Merge pull request #261610 from r-ryantm/auto-update/ko

ko: 0.14.1 -> 0.15.0
This commit is contained in:
Nick Cao
2023-10-17 08:27:31 -04:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "ko";
version = "0.14.1";
version = "0.15.0";
src = fetchFromGitHub {
owner = "ko-build";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-jBysfeoZ9W94c07xFODBASrWGJbZRHsUODfEul9f4Ug=";
hash = "sha256-z0VemNdN35p5fA+cenXil7Vonl+ryu1ruKxzWFwMPfI=";
};
vendorHash = null;