mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-01-22 07:07:32 -06:00
update nimble
This commit is contained in:
parent
bb668312ce
commit
6be38bd9f7
1 changed files with 2 additions and 2 deletions
|
@ -14,9 +14,9 @@ buildNimPackage (finalAttrs: {
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nim-lang";
|
owner = "nim-lang";
|
||||||
repo = "nimble";
|
repo = "nimble";
|
||||||
rev = "30e7014c8ea865f3b9fc051824fe6dbc6b1d917c";
|
rev = "f1ee5ff7b5f8211f9a236ffd2562a30b7ea57104";
|
||||||
# rev = "v${finalAttrs.version}";
|
# rev = "v${finalAttrs.version}";
|
||||||
hash = "sha256-wHoRQOtSChL1Oiv7ojoECNU2OZ6DObZRvkagVMp5ahY=";
|
hash = "sha256-yf/aTHvwWIEKvyIJ80pgryih0FKoZdzRoje2IPwMJZw=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
nativeBuildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
|
|
Loading…
Reference in a new issue