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
This commit is contained in:
parent
770927f2ca
commit
493a74c2de
@ -11,13 +11,13 @@
|
|||||||
|
|
||||||
buildGoModule (finalAttrs: {
|
buildGoModule (finalAttrs: {
|
||||||
pname = "apko";
|
pname = "apko";
|
||||||
version = "0.29.3";
|
version = "0.30.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "chainguard-dev";
|
owner = "chainguard-dev";
|
||||||
repo = "apko";
|
repo = "apko";
|
||||||
tag = "v${finalAttrs.version}";
|
tag = "v${finalAttrs.version}";
|
||||||
hash = "sha256-3BmWxHhpdkJ7Zyd+K+YS/u4cIiwPsNGaYNvb6ZrIaeQ=";
|
hash = "sha256-5d/92BrrKfDGtIVp3AAg0cfKooaJH9YtDgmO635gZc4=";
|
||||||
# populate values that require us to use git. By doing this in postFetch we
|
# populate values that require us to use git. By doing this in postFetch we
|
||||||
# can delete .git afterwards and maintain better reproducibility of the src.
|
# can delete .git afterwards and maintain better reproducibility of the src.
|
||||||
leaveDotGit = true;
|
leaveDotGit = true;
|
||||||
@ -29,7 +29,7 @@ buildGoModule (finalAttrs: {
|
|||||||
find "$out" -name .git -print0 | xargs -0 rm -rf
|
find "$out" -name .git -print0 | xargs -0 rm -rf
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
vendorHash = "sha256-gN8lAmLJmoGQA0l62d4EPx2w2SbhUwbNYhIcyAamaqU=";
|
vendorHash = "sha256-jHvImL22IYaeYhhedN+C/AfJAFkCFN1UqKZOBsNhQnA=";
|
||||||
|
|
||||||
nativeBuildInputs = [ installShellFiles ];
|
nativeBuildInputs = [ installShellFiles ];
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user