minishift: 1.34.0 -> 1.34.2
This commit is contained in:
parent
0905a5d990
commit
33aa224625
|
@ -4,7 +4,7 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "1.34.0";
|
version = "1.34.2";
|
||||||
|
|
||||||
# Update these on version bumps according to Makefile
|
# Update these on version bumps according to Makefile
|
||||||
centOsIsoVersion = "v1.15.0";
|
centOsIsoVersion = "v1.15.0";
|
||||||
|
@ -18,7 +18,7 @@ in buildGoPackage rec {
|
||||||
owner = "minishift";
|
owner = "minishift";
|
||||||
repo = "minishift";
|
repo = "minishift";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0nc1g4lmz5ww6rjyyanp9vq4sj6fvi9zf9qjc4lpsmapddhjkdy7";
|
sha256 = "1xzjzmjs2ijg7zzw53v02lgrg1j82jd7ljcn6lprg01hhvfrwgg7";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig go-bindata makeWrapper ];
|
nativeBuildInputs = [ pkgconfig go-bindata makeWrapper ];
|
||||||
|
|
Loading…
Reference in New Issue