Skip to content

Commit

Permalink
[Backport release-24.11] pack: 0.36.0 -> 0.36.1 (#367331)
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol authored Dec 22, 2024
2 parents 254a525 + 564d9d4 commit ea52c52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/pa/pack/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@

buildGoModule rec {
pname = "pack";
version = "0.36.0";
version = "0.36.1";

src = fetchFromGitHub {
owner = "buildpacks";
repo = "pack";
rev = "v${version}";
hash = "sha256-WdYV8Pcnzbt3Sd+0wYkw/htHruqFFYopPsRP/xs9WPI=";
hash = "sha256-pszPntjdEU6zUwA+NawGI3EWjk0fMOFoBr9NPTOSwig=";
};

vendorHash = "sha256-RfidlZHyC/dcIuisvIGzd7Vqk7j2DQuJjgERs8lfr0A=";
vendorHash = "sha256-4c7tWZ+7L0C0zPjOg/9gJlTXuGacV3uxzxs/TF+7vOo=";

subPackages = [ "cmd/pack" ];

Expand Down

0 comments on commit ea52c52

Please sign in to comment.