minishift: 1.34.2 -> 1.34.3

This commit is contained in:
R. RyanTM 2020-10-25 21:34:38 +00:00 committed by Sandro Jäckel
parent 4effe769e2
commit 02885ae8e2
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

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