lima: prefer hash rather than sha256 in fetchFromGitHub
Co-authored-by: OTABI Tomoya <tomoya.otabi@gmail.com>
This commit is contained in:
co-authored by
OTABI Tomoya
parent
b994f1fa5a
commit
d90d79a605
@@ -21,7 +21,7 @@ buildGoModule rec {
|
||||
owner = "lima-vm";
|
||||
repo = "lima";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-LNsxMrbEgdosGDDUNvMZq/hpP5azNiIHjKTp0Iw/PC0=";
|
||||
hash = "sha256-LNsxMrbEgdosGDDUNvMZq/hpP5azNiIHjKTp0Iw/PC0=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-taozyQBJvkCsJAaOHg1gFK4qOnepRbzIn4jHzxfAn6A=";
|
||||
|
||||
Reference in New Issue
Block a user