buildpack: 0.36.1 -> 0.36.2

This commit is contained in:
R. Ryantm
2024-12-28 12:46:01 +00:00
parent 9e09ce2d47
commit ca006099ca
+3 -3
View File
@@ -7,7 +7,7 @@
let
pname = "pack";
version = "0.36.1";
version = "0.36.2";
in
buildGoModule {
inherit pname version;
@@ -16,10 +16,10 @@ buildGoModule {
owner = "buildpacks";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-pszPntjdEU6zUwA+NawGI3EWjk0fMOFoBr9NPTOSwig=";
hash = "sha256-pITQAGt0aMhEfoauPWxAqnr8JxGi4DcqcmgqtooLkd4=";
};
vendorHash = "sha256-4c7tWZ+7L0C0zPjOg/9gJlTXuGacV3uxzxs/TF+7vOo=";
vendorHash = "sha256-51Qqq2Jpd1XxUoMN+6j4/VZ4fLCm4I9JwBeTcdSHgQw=";
nativeBuildInputs = [ installShellFiles ];