Skip to content

Commit

Permalink
Merge pull request #56881 from vdemeester/update-minishift
Browse files Browse the repository at this point in the history
minishift: 1.31.0 -> 1.32.0
  • Loading branch information
worldofpeace committed Mar 5, 2019
2 parents a23bf67 + 92d32e2 commit d098f13
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 d098f13

Please sign in to comment.