Skip to content

Commit

Permalink
ko: 0.12.0 -> 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao committed Mar 12, 2023
1 parent 8b6900d commit dee1af2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/development/tools/ko/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit dee1af2

Please sign in to comment.