home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit d06d12ce9f36af919568124363d466a627e36253
parent e22974450257c3f1339f9d9f019b9046b6e00265
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon, 19 Oct 2020 18:01:38 +0200

pkgs/ko: 0.5.2 -> 0.6.0

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mpkgs/ko/default.nix | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pkgs/ko/default.nix b/pkgs/ko/default.nix @@ -3,7 +3,7 @@ buildGoPackage rec { pname = "ko"; name = "${pname}-${version}"; - version = "0.5.2"; + version = "0.6.0"; goPackagePath = "github.com/google/ko"; @@ -11,7 +11,7 @@ buildGoPackage rec { owner = "google"; repo = "ko"; rev = "v${version}"; - sha256 = "034sz1idnipd75xx3vdmlahz7j615xccbbmnck2vd80sixbm9qlw"; + sha256 = "0fx7yyqajh6hrgrdqlc0z8qcz774i6bql7g8ymav70ja8hv9hvqp"; }; meta = with stdenv.lib; {