update nimble to dev version

This commit is contained in:
Daylin Morgan 2024-12-24 08:34:28 -06:00
parent a811930cd2
commit e3d0f01692
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -10,11 +10,12 @@
}:
buildNimPackage (finalAttrs: {
pname = "nimble";
version = "0.16.4";
version = "0.16.4-unstable";
src = fetchFromGitHub {
owner = "nim-lang";
repo = "nimble";
rev = "v${finalAttrs.version}";
rev = "30e7014c8ea865f3b9fc051824fe6dbc6b1d917c";
# rev = "v${finalAttrs.version}";
hash = "sha256-ASodRov4rO/IhjQRRdqVnLWMG1voXWM9F6R6VJd9qkM=";
fetchSubmodules = true;
};