nimble: 0.16.0 -> 0.18.0
This commit is contained in:
committed by
Emery Hemingway
parent
afb05a56f1
commit
edc90eb00a
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user