minishift: 1.32.0 -> 1.33.0

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
Vincent Demeester 2019-03-22 10:14:12 +01:00
parent 2f80ccc2fe
commit 63154c89e3
No known key found for this signature in database
GPG key ID: 083CC6FD6EB699A3

View file

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