lima: update vendorSha256
This commit is contained in:
parent
c43b896e07
commit
a6454f3525
2 changed files with 4 additions and 2 deletions
|
@ -17,7 +17,7 @@ buildGoModule rec {
|
|||
sha256 = "sha256-bO7o3z9E7mGiUtlqI+mhhh+D6CG9j3BZ7IB8o/LDUPM=";
|
||||
};
|
||||
|
||||
vendorSha256 = "sha256-MDmRkGa1m3YuUbffCwoChG0Fg74jyuQQ6ljfDlLatjI=";
|
||||
vendorSha256 = "sha256-xIkB1QG/nYPe3CuZP7zVHCCAJeNRqKtFWxEqswyXp5o=";
|
||||
|
||||
nativeBuildInputs = [ makeWrapper installShellFiles ];
|
||||
|
||||
|
|
|
@ -32826,7 +32826,9 @@ with pkgs;
|
|||
|
||||
colima = callPackage ../applications/virtualization/colima {};
|
||||
|
||||
lima = callPackage ../applications/virtualization/lima {};
|
||||
lima = callPackage ../applications/virtualization/lima {
|
||||
buildGoModule = buildGo117Module;
|
||||
};
|
||||
|
||||
logtop = callPackage ../tools/misc/logtop { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue