mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +03:00
nimble: 0.18.0 -> 0.18.2
This commit is contained in:
parent
e201cb72a9
commit
74b902a630
1 changed files with 2 additions and 2 deletions
|
@ -12,13 +12,13 @@
|
||||||
buildNimPackage (
|
buildNimPackage (
|
||||||
final: prev: {
|
final: prev: {
|
||||||
pname = "nimble";
|
pname = "nimble";
|
||||||
version = "0.18.0";
|
version = "0.18.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nim-lang";
|
owner = "nim-lang";
|
||||||
repo = "nimble";
|
repo = "nimble";
|
||||||
rev = "v${final.version}";
|
rev = "v${final.version}";
|
||||||
hash = "sha256-HFuJiozRsRlVIXIv+vRjsfosrBlWfnUYtep27Fy/PPA=";
|
hash = "sha256-wgzFhModFkwB8st8F5vSkua7dITGGC2cjoDvgkRVZMs=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue