Merge pull request #165234 from 06kellyjac/ko

ko: 0.11.1 -> 0.11.2
This commit is contained in:
Bobby Rong 2022-03-22 19:06:51 +08:00 committed by GitHub
commit 4b4868f076
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.11.1";
version = "0.11.2";
src = fetchFromGitHub {
owner = "google";
repo = pname;
rev = "v${version}";
sha256 = "sha256-VtPry8sF+W46gc2lI3uiE4wqilo1WhH+940QKPZ5cyI=";
sha256 = "sha256-BwK49dSt3D2BrYvluDOBYIH5qEt59HC1hssHl1D2Heg=";
};
vendorSha256 = null;