kind: 0.6.1 -> 0.7.0

This commit is contained in:
Roman Kuznetsov
2020-01-16 21:16:42 +01:00
parent acadaa800b
commit 30de00b7ae
2 changed files with 14 additions and 14 deletions
+2 -2
View File
@@ -4,13 +4,13 @@ with stdenv.lib;
buildGoPackage rec {
pname = "kind";
version = "0.6.1";
version = "0.7.0";
src = fetchFromGitHub {
rev = "v${version}";
owner = "kubernetes-sigs";
repo = "kind";
sha256 = "165nwkhsa12z043rvkdf977jndhp82x7sccqfy75pkx99mzz43r2";
sha256 = "0hvb0rbi1m0d1flk15l3wws96kmmjhsy6islkhy5h7jalc4k0nx4";
};
goDeps = ./deps.nix;