docker-machine-xhyve: 0.3.3 -> 0.4.0
remove explicit dependencies, upstream vendorizes them properly
This commit is contained in:
parent
5c01936d7d
commit
475bf6d2a5
@ -1,21 +0,0 @@
|
|||||||
# This file was generated by https://github.com/kamilchm/go2nix v1.2.1
|
|
||||||
[
|
|
||||||
{
|
|
||||||
goPackagePath = "github.com/docker/machine";
|
|
||||||
fetch = {
|
|
||||||
type = "git";
|
|
||||||
url = "https://github.com/docker/machine";
|
|
||||||
rev = "5b274558ea6ca822c06dd407a4e774a0105c3f60";
|
|
||||||
sha256 = "1wdq9h4bx7awgclh969gvmcnl9jvgv7ldfklnclh5iv47mi7q22d";
|
|
||||||
};
|
|
||||||
}
|
|
||||||
{
|
|
||||||
goPackagePath = "github.com/zchee/libhyperkit";
|
|
||||||
fetch = {
|
|
||||||
type = "git";
|
|
||||||
url = "https://github.com/zchee/libhyperkit";
|
|
||||||
rev = "1a19a7693fac32b46ec6cdd22da6fbec974447fc";
|
|
||||||
sha256 = "119f5gcl24znwnmi837jk667asd3lirx32jldpd4mbyb3sm9nz24";
|
|
||||||
};
|
|
||||||
}
|
|
||||||
]
|
|
@ -2,16 +2,15 @@
|
|||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
pname = "docker-machine-xhyve";
|
pname = "docker-machine-xhyve";
|
||||||
version = "0.3.3";
|
version = "0.4.0";
|
||||||
|
|
||||||
goPackagePath = "github.com/zchee/docker-machine-driver-xhyve";
|
goPackagePath = "github.com/zchee/docker-machine-driver-xhyve";
|
||||||
goDeps = ./xhyve-deps.nix;
|
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
owner = "machine-drivers";
|
owner = "machine-drivers";
|
||||||
repo = "docker-machine-driver-xhyve";
|
repo = "docker-machine-driver-xhyve";
|
||||||
sha256 = "0rj6pyqp4yv4j28bglqjs95rip5i77vv8mrkmqv1rxrsl3i8aqqy";
|
sha256 = "0000v97fr8xc5b39v44hsa87wrbk4bcwyaaivxv4hxlf4vlgg863";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user