apko: 0.29.3 -> 0.30.2 (#429748)

https://github.com/chainguard-dev/apko/releases/tag/v0.30.2
https://github.com/chainguard-dev/apko/releases/tag/v0.30.1
https://github.com/chainguard-dev/apko/releases/tag/v0.30.0
https://github.com/chainguard-dev/apko/releases/tag/v0.29.10
https://github.com/chainguard-dev/apko/releases/tag/v0.29.9
https://github.com/chainguard-dev/apko/releases/tag/v0.29.8
https://github.com/chainguard-dev/apko/releases/tag/v0.29.7
https://github.com/chainguard-dev/apko/releases/tag/v0.29.6
https://github.com/chainguard-dev/apko/releases/tag/v0.29.5
https://github.com/chainguard-dev/apko/releases/tag/v0.29.4

diff: https://github.com/chainguard-dev/apko/compare/v0.29.3...v0.30.2

authored by R. RyanTM and committed by GitHub 493a74c2 770927f2

+3 -3
+3 -3
pkgs/by-name/ap/apko/package.nix
··· 11 12 buildGoModule (finalAttrs: { 13 pname = "apko"; 14 - version = "0.29.3"; 15 16 src = fetchFromGitHub { 17 owner = "chainguard-dev"; 18 repo = "apko"; 19 tag = "v${finalAttrs.version}"; 20 - hash = "sha256-3BmWxHhpdkJ7Zyd+K+YS/u4cIiwPsNGaYNvb6ZrIaeQ="; 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-gN8lAmLJmoGQA0l62d4EPx2w2SbhUwbNYhIcyAamaqU="; 33 34 nativeBuildInputs = [ installShellFiles ]; 35
··· 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