Merge pull request #220754 from NickCao/ko

ko: 0.12.0 -> 0.13.0
This commit is contained in:
Franz Pletz 2023-03-13 18:44:42 +01:00 committed by GitHub
commit d0c9a53633
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,14 +7,15 @@
buildGoModule rec {
pname = "ko";
version = "0.12.0";
version = "0.13.0";
src = fetchFromGitHub {
owner = "ko-build";
repo = pname;
rev = "v${version}";
sha256 = "sha256-hhPV40e5wB2/VcdigqgjffDW4X1ZDddXTZiCUBijtHQ=";
sha256 = "sha256-KVJqqvp46BAUscG5Xj/g4ThUXKFsuJdzEB++uBskFiw=";
};
vendorSha256 = null;
nativeBuildInputs = [ installShellFiles ];