lima: make sure it does not use pname for reponame
Co-authored-by: OTABI Tomoya <tomoya.otabi@gmail.com>
This commit is contained in:
co-authored by
OTABI Tomoya
parent
3bef6979b2
commit
b994f1fa5a
@@ -19,7 +19,7 @@ buildGoModule rec {
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "lima-vm";
|
||||
repo = pname;
|
||||
repo = "lima";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-LNsxMrbEgdosGDDUNvMZq/hpP5azNiIHjKTp0Iw/PC0=";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user