apko: 0.30.2 -> 0.30.4 (#432721)

authored by Emily and committed by GitHub 8000dc1d 188d6a07

+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.2"; 14 + version = "0.30.4"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "chainguard-dev"; 18 18 repo = "apko"; 19 19 tag = "v${finalAttrs.version}"; 20 - hash = "sha256-5d/92BrrKfDGtIVp3AAg0cfKooaJH9YtDgmO635gZc4="; 20 + hash = "sha256-4bmfHgtxaoXyx6GAUTtdNr47/Weol4KqO4fnonOCkEM="; 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-jHvImL22IYaeYhhedN+C/AfJAFkCFN1UqKZOBsNhQnA="; 32 + vendorHash = "sha256-snyfsRyNOx6bsz506Nde2ofcBgVQOlNvYGuwFoHKOzI="; 33 33 34 34 nativeBuildInputs = [ installShellFiles ]; 35 35