mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-01-05 03:50:44 -06:00
update nimble to dev version
This commit is contained in:
parent
a811930cd2
commit
e3d0f01692
1 changed files with 3 additions and 2 deletions
|
@ -10,11 +10,12 @@
|
||||||
}:
|
}:
|
||||||
buildNimPackage (finalAttrs: {
|
buildNimPackage (finalAttrs: {
|
||||||
pname = "nimble";
|
pname = "nimble";
|
||||||
version = "0.16.4";
|
version = "0.16.4-unstable";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nim-lang";
|
owner = "nim-lang";
|
||||||
repo = "nimble";
|
repo = "nimble";
|
||||||
rev = "v${finalAttrs.version}";
|
rev = "30e7014c8ea865f3b9fc051824fe6dbc6b1d917c";
|
||||||
|
# rev = "v${finalAttrs.version}";
|
||||||
hash = "sha256-ASodRov4rO/IhjQRRdqVnLWMG1voXWM9F6R6VJd9qkM=";
|
hash = "sha256-ASodRov4rO/IhjQRRdqVnLWMG1voXWM9F6R6VJd9qkM=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue