Unverified Commit 852ff1d9 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

buildpack: 0.36.2 -> 0.36.4 (#373342)



Co-authored-by: default avatarmomeemt <me@momee.mt>
parents 173cc4d4 a51f81e5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@

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