Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
kind: 0.2.1 -> v0.3.0 (#61964)
Browse files Browse the repository at this point in the history
Co-Authored-By: lewo <lewo@abesis.fr>
  • Loading branch information
2 people authored and thoughtpolice committed May 24, 2019
1 parent 42f616a commit 1bc73d1
Show file tree
Hide file tree
Showing 2 changed files with 511 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/development/tools/kind/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,19 @@ with stdenv.lib;

buildGoPackage rec {
name = "kind-${version}";
version = "0.2.1";
version = "0.3.0";

src = fetchFromGitHub {
rev = "${version}";
rev = "v${version}";
owner = "kubernetes-sigs";
repo = "kind";
sha256 = "14ddhml9rh7x4j315fb332206xbn1rzx3i0ngj3220vb6d5dv8if";
sha256 = "1azl5knw1n7g42xp92r9k7y4rzwp9xx0spcldszrpry2v4lmc5sb";
};

# move dev tool package that confuses the go compiler
patchPhase = "rm -r hack";

goDeps = ./deps.nix;
goPackagePath = "sigs.k8s.io/kind";
excludedPackages = "images/base/entrypoint";

Expand Down

0 comments on commit 1bc73d1

Please sign in to comment.