lol

apko: 0.30.12 -> 0.30.13 (#448162)

authored by

nixpkgs-merge-bot[bot] and committed by
GitHub
a8db4958 7131c4bc

+3 -3
+3 -3
pkgs/by-name/ap/apko/package.nix
··· 11 11 12 12 buildGoModule (finalAttrs: { 13 13 pname = "apko"; 14 - version = "0.30.12"; 14 + version = "0.30.13"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "chainguard-dev"; 18 18 repo = "apko"; 19 19 tag = "v${finalAttrs.version}"; 20 - hash = "sha256-+Ttriv/CG2dMttig0YjVB6BkxuCDjuLZsH92ENNom2c="; 20 + hash = "sha256-b90o1MmFYhEc8mwh7ejTm6I59zlaa8Jv46dtuZdC6GQ="; 21 21 # populate values that require us to use git. By doing this in postFetch we 22 22 # can delete .git afterwards and maintain better reproducibility of the src. 23 23 leaveDotGit = true; ··· 29 29 find "$out" -name .git -print0 | xargs -0 rm -rf 30 30 ''; 31 31 }; 32 - vendorHash = "sha256-fv313+8FUmYgC9vOXVMYk6ZbGbT4aDtQLPaJ8izX7pc="; 32 + vendorHash = "sha256-mZg8OXPMeBAJYQWB0vrZC5fo0+xuU8ho/IE2j624RV8="; 33 33 34 34 nativeBuildInputs = [ installShellFiles ]; 35 35