Skip to content

Commit

Permalink
Merge pull request #55321 from gilligan/kind-update
Browse files Browse the repository at this point in the history
kind: 0.0.1 -> 0.1.0
  • Loading branch information
grahamc committed Feb 15, 2019
2 parents 507855e + fe1d314 commit 67e0de1
Showing 1 changed file with 2 additions and 2 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 {
name = "kind-${version}";
version = "0.0.1";
version = "0.1.0";

src = fetchFromGitHub {
rev = "${version}";
owner = "kubernetes-sigs";
repo = "kind";
sha256 = "1jldj864ip8hrk3zhkjifr4gzgc8kxmxxwvklxglymhv8cxc179f";
sha256 = "01ifmnv3jid4ls6qw9d6j9vldjbbnrwclzv8spnh6fnzb2wprln2";
};

goPackagePath = "sigs.k8s.io/kind";
Expand Down

0 comments on commit 67e0de1

Please sign in to comment.