minishift: 1.31.0 -> 1.32.0

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
Vincent Demeester 2019-03-05 13:51:05 +01:00
parent 1c6a193b3e
commit 92d32e21d2
No known key found for this signature in database
GPG Key ID: 083CC6FD6EB699A3

View File

@ -4,10 +4,10 @@
}: }:
let let
version = "1.31.0"; version = "1.32.0";
# Update these on version bumps according to Makefile # Update these on version bumps according to Makefile
centOsIsoVersion = "v1.14.0"; centOsIsoVersion = "v1.15.0";
openshiftVersion = "v3.11.0"; openshiftVersion = "v3.11.0";
in buildGoPackage rec { in buildGoPackage rec {
@ -18,7 +18,7 @@ in buildGoPackage rec {
owner = "minishift"; owner = "minishift";
repo = "minishift"; repo = "minishift";
rev = "v${version}"; rev = "v${version}";
sha256 = "0v5hngfz393yi3x4c328g5bjazw02jr59ljqh6ws0j6wzxzm8jxf"; sha256 = "06qhcycnr06fw5dmmzwizmknm0j34j43894nl3kxa5mxh8x542pa";
}; };
nativeBuildInputs = [ pkgconfig go-bindata makeWrapper ]; nativeBuildInputs = [ pkgconfig go-bindata makeWrapper ];