ko: 0.9.3 -> 0.10.0 (#160493)

This commit is contained in:
Wilson E. Husin 2022-02-18 08:12:16 -08:00 committed by GitHub
parent 39e2f05094
commit 98439529fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;