Skip to content

Commit

Permalink
kops: 1.11.0 -> 1.11.1 (#57079)
Browse files Browse the repository at this point in the history
  • Loading branch information
yurrriq authored and xeji committed Mar 15, 2019
1 parent b18d766 commit 78091df
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pkgs/applications/networking/cluster/kops/default.nix
@@ -1,17 +1,16 @@

{ stdenv, buildGoPackage, fetchFromGitHub, go-bindata }:

buildGoPackage rec {
name = "kops-${version}";
version = "1.11.0";
version = "1.11.1";

goPackagePath = "k8s.io/kops";

src = fetchFromGitHub {
rev = version;
owner = "kubernetes";
repo = "kops";
sha256 = "1z67jl66g79q6v5kjy9qxx2xp656ybv5hrc10h3wmzy0b0n30s4n";
sha256 = "0jia8dhawh786grnbpn64hvsdm6wz5p7hqir01q5xxpd1psnzygj";
};

buildInputs = [go-bindata];
Expand Down

0 comments on commit 78091df

Please sign in to comment.