minishift: 1.33.0 -> 1.34.0

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
Vincent Demeester 2019-05-31 09:39:20 +02:00
parent f244c4fe5e
commit 2ae57776a8
No known key found for this signature in database
GPG key ID: C020502D6E2E5748

View file

@ -4,7 +4,7 @@
}:
let
version = "1.33.0";
version = "1.34.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 = "0n3pj410bgjblv27p55piln0vi618mnyzzswcyfc2v73bfnzrydf";
sha256 = "0nc1g4lmz5ww6rjyyanp9vq4sj6fvi9zf9qjc4lpsmapddhjkdy7";
};
nativeBuildInputs = [ pkgconfig go-bindata makeWrapper ];