Skip to content

Commit f1ec9da

Browse files
authored
apko: 0.19.6 -> 0.20.1 (#359839)
2 parents cdc518b + bbfafe9 commit f1ec9da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/tools/apko/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
buildGoModule rec {
88
pname = "apko";
9-
version = "0.19.6";
9+
version = "0.20.1";
1010

1111
src = fetchFromGitHub {
1212
owner = "chainguard-dev";
1313
repo = pname;
1414
rev = "v${version}";
15-
hash = "sha256-zcAV+6GdytdUsVxJCNIhfeVGjWFZ2/mgmwpIXTFLEhk=";
15+
hash = "sha256-V3wJzFrbgGqCtbK9YkrRiOZ1UeWN11QyJLFTo4R5LZY=";
1616
# populate values that require us to use git. By doing this in postFetch we
1717
# can delete .git afterwards and maintain better reproducibility of the src.
1818
leaveDotGit = true;
@@ -24,7 +24,7 @@ buildGoModule rec {
2424
find "$out" -name .git -print0 | xargs -0 rm -rf
2525
'';
2626
};
27-
vendorHash = "sha256-vQjsKQ49ksea5GZXEd7XjGkN0IoW2HQekyQL5fmwCTc=";
27+
vendorHash = "sha256-oHeWXlXbhGdx4ilEWqEU/EEtJK2uReru0khi4hFY5ys=";
2828

2929
nativeBuildInputs = [ installShellFiles ];
3030

0 commit comments

Comments
 (0)