nimble: 0.16.0 -> 0.18.0

This commit is contained in:
Daylin Morgan
2025-04-04 16:06:44 +05:30
committed by Emery Hemingway
parent afb05a56f1
commit edc90eb00a
+6 -2
View File
@@ -5,18 +5,20 @@
nim,
openssl,
makeWrapper,
nix-update-script,
}:
buildNimPackage (
final: prev: {
pname = "nimble";
version = "0.16.4";
version = "0.18.0";
src = fetchFromGitHub {
owner = "nim-lang";
repo = "nimble";
rev = "v${final.version}";
hash = "sha256-ASodRov4rO/IhjQRRdqVnLWMG1voXWM9F6R6VJd9qkM=";
hash = "sha256-HFuJiozRsRlVIXIv+vRjsfosrBlWfnUYtep27Fy/PPA=";
fetchSubmodules = true;
};
@@ -32,6 +34,8 @@ buildNimPackage (
--suffix PATH : ${lib.makeBinPath [ nim ]}
'';
passthru.updateScript = nix-update-script { };
meta = {
description = "Package manager for the Nim programming language";
homepage = "https://github.com/nim-lang/nimble";