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