Skip to content

Commit

Permalink
buildpack: 0.36.2 -> 0.36.4
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 26, 2025
1 parent bafca6c commit a51f81e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/bu/buildpack/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

let
pname = "pack";
version = "0.36.2";
version = "0.36.4";
in
buildGoModule {
inherit pname version;
Expand All @@ -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 ];

Expand Down

0 comments on commit a51f81e

Please sign in to comment.