3
0
Fork 0
forked from mirrors/nixpkgs

openshift: 1.3.0 -> 1.3.1

This commit is contained in:
Pascal Bach 2016-11-09 19:54:09 +01:00 committed by Franz Pletz
parent f1ebae152d
commit 0364fbe633

View file

@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, go, which }:
let
version = "1.3.0";
version = "1.3.1";
versionMajor = "1";
versionMinor = "3";
in
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
owner = "openshift";
repo = "origin";
rev = "v${version}";
sha256 = "07s7xv8x8pch68j7lsw29im0axi07x32ag9wh9aqa0y570q9xgxy";
sha256 = "1kxa1k38hvi1vg52p82mmkmp9k4bbbm2pryzapsxwga7d8x4bnbh";
};
buildInputs = [ go which ];
@ -44,6 +44,6 @@ stdenv.mkDerivation rec {
license = licenses.asl20;
homepage = http://www.openshift.org;
maintainers = with maintainers; [offline];
platforms = [ "x86_64-linux" ];
platforms = platforms.linux;
};
}