colima: update vendorSha256
This commit is contained in:
parent
a6454f3525
commit
17b3ec07e0
2 changed files with 4 additions and 2 deletions
|
@ -19,7 +19,7 @@ buildGoModule rec {
|
|||
|
||||
nativeBuildInputs = [ installShellFiles makeWrapper ];
|
||||
|
||||
vendorSha256 = "sha256-F1ym88JrJWzsBg89Y1ufH4oefIRBwTGOw72BrjtpvBw=";
|
||||
vendorSha256 = "sha256-VGSwu1WBYfcWjA6BczfMY1s+r9s9aGjlQJjPXgss56s=";
|
||||
|
||||
postInstall = ''
|
||||
wrapProgram $out/bin/colima \
|
||||
|
|
|
@ -32824,7 +32824,9 @@ with pkgs;
|
|||
|
||||
idsk = callPackage ../tools/filesystems/idsk { };
|
||||
|
||||
colima = callPackage ../applications/virtualization/colima {};
|
||||
colima = callPackage ../applications/virtualization/colima {
|
||||
buildGoModule = buildGo117Module;
|
||||
};
|
||||
|
||||
lima = callPackage ../applications/virtualization/lima {
|
||||
buildGoModule = buildGo117Module;
|
||||
|
|
Loading…
Reference in a new issue