Merge pull request #101698 from r-ryantm/auto-update/minishift

minishift: 1.34.2 -> 1.34.3
This commit is contained in:
Sandro 2020-11-27 00:10:07 +01:00 committed by GitHub
commit 6fffc4302d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];