about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/minishift
diff options
context:
space:
mode:
authorVincent Demeester <vincent@sbr.pm>2019-03-05 13:51:05 +0100
committerVincent Demeester <vincent@sbr.pm>2019-03-05 13:51:05 +0100
commit92d32e21d22689c6403be07b04f877e7974c71ad (patch)
treec9908e870ef9003a248d9272c982fc87b81c48e0 /pkgs/applications/networking/cluster/minishift
parent1c6a193b3ed36dd08e35a7b0ea1d28b72133d6c6 (diff)
minishift: 1.31.0 -> 1.32.0
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat (limited to 'pkgs/applications/networking/cluster/minishift')
-rw-r--r--pkgs/applications/networking/cluster/minishift/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/minishift/default.nix b/pkgs/applications/networking/cluster/minishift/default.nix
index bb10349470f66..9515b6ce3d055 100644
--- a/pkgs/applications/networking/cluster/minishift/default.nix
+++ b/pkgs/applications/networking/cluster/minishift/default.nix
@@ -4,10 +4,10 @@
 }:
 
 let
-  version = "1.31.0";
+  version = "1.32.0";
 
   # Update these on version bumps according to Makefile
-  centOsIsoVersion = "v1.14.0";
+  centOsIsoVersion = "v1.15.0";
   openshiftVersion = "v3.11.0";
 
 in buildGoPackage rec {
@@ -18,7 +18,7 @@ in buildGoPackage rec {
     owner = "minishift";
     repo = "minishift";
     rev = "v${version}";
-    sha256 = "0v5hngfz393yi3x4c328g5bjazw02jr59ljqh6ws0j6wzxzm8jxf";
+    sha256 = "06qhcycnr06fw5dmmzwizmknm0j34j43894nl3kxa5mxh8x542pa";
   };
 
   nativeBuildInputs = [ pkgconfig go-bindata makeWrapper ];