minishift: 1.25.0 -> 1.27.0

This commit is contained in:
Franz Pletz 2018-11-16 23:32:06 +01:00
parent 08c3c0094a
commit 264346bd8c
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -4,11 +4,11 @@
}:
let
version = "1.25.0";
version = "1.27.0";
# Update these on version bumps according to Makefile
b2dIsoVersion = "v1.3.0";
centOsIsoVersion = "v1.12.0";
centOsIsoVersion = "v1.13.0";
openshiftVersion = "v3.11.0";
in buildGoPackage rec {
@ -19,7 +19,7 @@ in buildGoPackage rec {
owner = "minishift";
repo = "minishift";
rev = "v${version}";
sha256 = "12a1irj92lplzkr88g049blpjsdsfwfihs2xix971cq7v0w38fkf";
sha256 = "1zd9fjw90h8dlr5w7pdf1agvm51b1zckf3grwwjdg64jqpzdwg9f";
};
nativeBuildInputs = [ pkgconfig go-bindata makeWrapper ];