docker-machine-hyperkit: fix build
This commit is contained in:
parent
06999209d7
commit
12311132ba
@ -1,7 +1,7 @@
|
|||||||
{ lib, buildGoModule, minikube }:
|
{ lib, buildGoModule, minikube }:
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
inherit (minikube) version src nativeBuildInputs buildInputs vendorSha256 doCheck;
|
inherit (minikube) version src nativeBuildInputs buildInputs vendorHash doCheck;
|
||||||
|
|
||||||
pname = "docker-machine-hyperkit";
|
pname = "docker-machine-hyperkit";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user