Skip to content

Commit

Permalink
minishift: 1.31.0 -> 1.32.0
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
  • Loading branch information
vdemeester committed Mar 5, 2019
1 parent 1c6a193 commit 92d32e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/cluster/minishift/default.nix
Expand Up @@ -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 {
Expand All @@ -18,7 +18,7 @@ in buildGoPackage rec {
owner = "minishift";
repo = "minishift";
rev = "v${version}";
sha256 = "0v5hngfz393yi3x4c328g5bjazw02jr59ljqh6ws0j6wzxzm8jxf";
sha256 = "06qhcycnr06fw5dmmzwizmknm0j34j43894nl3kxa5mxh8x542pa";
};

nativeBuildInputs = [ pkgconfig go-bindata makeWrapper ];
Expand Down

0 comments on commit 92d32e2

Please sign in to comment.