docker-machine-hyperkit: fix build
This commit is contained in:
parent
06999209d7
commit
12311132ba
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{ lib, buildGoModule, minikube }:
|
||||
|
||||
buildGoModule rec {
|
||||
inherit (minikube) version src nativeBuildInputs buildInputs vendorSha256 doCheck;
|
||||
inherit (minikube) version src nativeBuildInputs buildInputs vendorHash doCheck;
|
||||
|
||||
pname = "docker-machine-hyperkit";
|
||||
|
||||
|
|
Loading…
Reference in a new issue