ko: 0.11.1 -> 0.11.2

This commit is contained in:
06kellyjac 2022-03-22 08:25:47 +00:00
parent 74c1fd0b5e
commit 87909ae9c3

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;