ko: 0.9.3 -> 0.10.0 (#160493)

This commit is contained in:
Wilson E. Husin
2022-02-18 17:12:16 +01:00
committed by GitHub
parent 39e2f05094
commit 98439529fd
+2 -2
View File
@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "ko";
version = "0.9.3";
version = "0.10.0";
src = fetchFromGitHub {
owner = "google";
repo = pname;
rev = "v${version}";
sha256 = "sha256-cIrlhhk5Lt0Qt7q7rKw8EXrJqZWZEjrEUyHOvHiT6bs=";
sha256 = "sha256-Xhe5WNHQ+Oa1m/6VwC3zCwWzXRc1spSfPp4jySsOcuU=";
};
vendorSha256 = null;