apko: 0.30.6 -> 0.30.9 (#441477)

authored by Nick Cao and committed by GitHub 12409259 98dd98e3

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