We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bafca6c commit a51f81eCopy full SHA for a51f81e
pkgs/by-name/bu/buildpack/package.nix
@@ -7,7 +7,7 @@
7
8
let
9
pname = "pack";
10
- version = "0.36.2";
+ version = "0.36.4";
11
in
12
buildGoModule {
13
inherit pname version;
@@ -16,10 +16,10 @@ buildGoModule {
16
owner = "buildpacks";
17
repo = pname;
18
rev = "refs/tags/v${version}";
19
- hash = "sha256-pITQAGt0aMhEfoauPWxAqnr8JxGi4DcqcmgqtooLkd4=";
+ hash = "sha256-6cWmBNlmPnNszmv6zaHlyd8GqncMtttKOMfQxxJGJ18=";
20
};
21
22
- vendorHash = "sha256-51Qqq2Jpd1XxUoMN+6j4/VZ4fLCm4I9JwBeTcdSHgQw=";
+ vendorHash = "sha256-9fO/jwTpVvCdHIy1GrE2YZr7jN7Oyw64EbS2w08VOVI=";
23
24
nativeBuildInputs = [ installShellFiles ];
25
0 commit comments