Skip to content

Commit 852ff1d

Browse files
buildpack: 0.36.2 -> 0.36.4 (#373342)
Co-authored-by: momeemt <[email protected]>
2 parents 173cc4d + a51f81e commit 852ff1d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/bu/buildpack/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
let
99
pname = "pack";
10-
version = "0.36.2";
10+
version = "0.36.4";
1111
in
1212
buildGoModule {
1313
inherit pname version;
@@ -16,10 +16,10 @@ buildGoModule {
1616
owner = "buildpacks";
1717
repo = pname;
1818
rev = "refs/tags/v${version}";
19-
hash = "sha256-pITQAGt0aMhEfoauPWxAqnr8JxGi4DcqcmgqtooLkd4=";
19+
hash = "sha256-6cWmBNlmPnNszmv6zaHlyd8GqncMtttKOMfQxxJGJ18=";
2020
};
2121

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

2424
nativeBuildInputs = [ installShellFiles ];
2525

0 commit comments

Comments
 (0)