Skip to content

Commit

Permalink
Merge pull request #77789 from kuznero/kuznero/kind
Browse files Browse the repository at this point in the history
kind: 0.6.1 -> 0.7.0
  • Loading branch information
marsam committed Jan 17, 2020
2 parents 40bef24 + 30de00b commit 8320821
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/kind/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
24 changes: 12 additions & 12 deletions pkgs/development/tools/kind/deps.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8320821

Please sign in to comment.