Commit a51f81e5 authored by R. RyanTM's avatar R. RyanTM
Browse files

buildpack: 0.36.2 -> 0.36.4

parent bafca6cb
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@

let
  pname = "pack";
  version = "0.36.2";
  version = "0.36.4";
in
buildGoModule {
  inherit pname version;
@@ -16,10 +16,10 @@ buildGoModule {
    owner = "buildpacks";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-pITQAGt0aMhEfoauPWxAqnr8JxGi4DcqcmgqtooLkd4=";
    hash = "sha256-6cWmBNlmPnNszmv6zaHlyd8GqncMtttKOMfQxxJGJ18=";
  };

  vendorHash = "sha256-51Qqq2Jpd1XxUoMN+6j4/VZ4fLCm4I9JwBeTcdSHgQw=";
  vendorHash = "sha256-9fO/jwTpVvCdHIy1GrE2YZr7jN7Oyw64EbS2w08VOVI=";

  nativeBuildInputs = [ installShellFiles ];