Skip to content

Commit

Permalink
kops: 1.8.1 -> 1.9.0 (#40513)
Browse files Browse the repository at this point in the history
  • Loading branch information
yurrriq authored and zimbatm committed May 15, 2018
1 parent 0b1a0e3 commit 437cc2c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/applications/networking/cluster/kops/default.nix
@@ -1,16 +1,17 @@
{ stdenv, lib, buildGoPackage, fetchFromGitHub, go-bindata }:

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

buildGoPackage rec {
name = "kops-${version}";
version = "1.8.1";
version = "1.9.0";

goPackagePath = "k8s.io/kops";

src = fetchFromGitHub {
rev = version;
owner = "kubernetes";
repo = "kops";
sha256 = "12nyr0iw1xwp60apli3nlq2vyn4jk3qjrb404m2syx2mqbnn47my";
sha256 = "03avkm7gk2dqyvd7245qsca1sbhwk41j9yhc208gcmjgjhkx2vn7";
};

buildInputs = [go-bindata];
Expand All @@ -24,8 +25,7 @@ buildGoPackage rec {

preBuild = ''
(cd go/src/k8s.io/kops
go-bindata -o upup/models/bindata.go -pkg models -prefix upup/models/ upup/models/...
go-bindata -o federation/model/bindata.go -pkg model -prefix federation/model federation/model/...)
go-bindata -o upup/models/bindata.go -pkg models -prefix upup/models/ upup/models/...)
'';

postInstall = ''
Expand Down

0 comments on commit 437cc2c

Please sign in to comment.