File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/tools/apko Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 66
77buildGoModule 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
You can’t perform that action at this time.
0 commit comments