about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/openshift
diff options
context:
space:
mode:
authorPascal Bach <pascal.bach@nextrem.ch>2016-11-09 19:54:09 +0100
committerFranz Pletz <fpletz@fnordicwalking.de>2016-11-10 01:45:08 +0100
commit0364fbe633bb9de57fc167eb8ba7f34b486a58c3 (patch)
treedd2fe236ebc927bfbbe6b3675419a61b39fcfd8c /pkgs/applications/networking/cluster/openshift
parentf1ebae152d01eaa4920a48a998d2bf7dfb6c23fa (diff)
downloadnixlib-0364fbe633bb9de57fc167eb8ba7f34b486a58c3.tar
nixlib-0364fbe633bb9de57fc167eb8ba7f34b486a58c3.tar.gz
nixlib-0364fbe633bb9de57fc167eb8ba7f34b486a58c3.tar.bz2
nixlib-0364fbe633bb9de57fc167eb8ba7f34b486a58c3.tar.lz
nixlib-0364fbe633bb9de57fc167eb8ba7f34b486a58c3.tar.xz
nixlib-0364fbe633bb9de57fc167eb8ba7f34b486a58c3.tar.zst
nixlib-0364fbe633bb9de57fc167eb8ba7f34b486a58c3.zip
openshift: 1.3.0 -> 1.3.1
Diffstat (limited to 'pkgs/applications/networking/cluster/openshift')
-rw-r--r--pkgs/applications/networking/cluster/openshift/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/openshift/default.nix b/pkgs/applications/networking/cluster/openshift/default.nix
index 1985d6ad3f2a..e4307c9aabc6 100644
--- a/pkgs/applications/networking/cluster/openshift/default.nix
+++ b/pkgs/applications/networking/cluster/openshift/default.nix
@@ -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;
   };
 }