summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/docker-machine/xhyve-deps.nix
diff options
context:
space:
mode:
authorMichael Roitzsch <reactorcontrol@icloud.com>2019-12-10 11:57:20 +0100
committerMichael Roitzsch <reactorcontrol@icloud.com>2019-12-21 19:48:09 +0100
commit475bf6d2a5f3ba2e4c3d2b31b6e54f26e1aa7163 (patch)
tree5b7919f6e09fadc9da7946f66e4b9147b1b71ef3 /pkgs/applications/networking/cluster/docker-machine/xhyve-deps.nix
parent5c01936d7d2b6904476c79342261cbb4ef62db11 (diff)
downloadnixpkgs-475bf6d2a5f3ba2e4c3d2b31b6e54f26e1aa7163.tar
nixpkgs-475bf6d2a5f3ba2e4c3d2b31b6e54f26e1aa7163.tar.gz
nixpkgs-475bf6d2a5f3ba2e4c3d2b31b6e54f26e1aa7163.tar.bz2
nixpkgs-475bf6d2a5f3ba2e4c3d2b31b6e54f26e1aa7163.tar.lz
nixpkgs-475bf6d2a5f3ba2e4c3d2b31b6e54f26e1aa7163.tar.xz
nixpkgs-475bf6d2a5f3ba2e4c3d2b31b6e54f26e1aa7163.tar.zst
nixpkgs-475bf6d2a5f3ba2e4c3d2b31b6e54f26e1aa7163.zip
docker-machine-xhyve: 0.3.3 -> 0.4.0
remove explicit dependencies, upstream vendorizes them properly
Diffstat (limited to 'pkgs/applications/networking/cluster/docker-machine/xhyve-deps.nix')
-rw-r--r--pkgs/applications/networking/cluster/docker-machine/xhyve-deps.nix21
1 files changed, 0 insertions, 21 deletions
diff --git a/pkgs/applications/networking/cluster/docker-machine/xhyve-deps.nix b/pkgs/applications/networking/cluster/docker-machine/xhyve-deps.nix
deleted file mode 100644
index 99cb7b98f5c..00000000000
--- a/pkgs/applications/networking/cluster/docker-machine/xhyve-deps.nix
+++ /dev/null
@@ -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";
-    };
-  }
-]