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 11 12 12 buildGoModule (finalAttrs: { 13 13 pname = "apko"; 14 - version = "0.30.6"; 14 + version = "0.30.9"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "chainguard-dev"; 18 18 repo = "apko"; 19 19 tag = "v${finalAttrs.version}"; 20 - hash = "sha256-xzXx+pe1WUe0Bxlig04fwgXF/ewKaehezQk4npJ/zic="; 20 + hash = "sha256-oJ/Tg/9ou1VFL2jILLDJF4kKbNPqCPHwriW6D63MD5M="; 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-snyfsRyNOx6bsz506Nde2ofcBgVQOlNvYGuwFoHKOzI="; 32 + vendorHash = "sha256-rdHpv4al6Hc9q1atE9xLDOiJTV97G0L3wgUHbNhzdms="; 33 33 34 34 nativeBuildInputs = [ installShellFiles ]; 35 35