nimble: 0.18.0 -> 0.18.2

This commit is contained in:
R. Ryantm 2025-03-30 15:27:04 +00:00 committed by jopejoe1
parent e201cb72a9
commit 74b902a630

View file

@ -12,13 +12,13 @@
buildNimPackage (
final: prev: {
pname = "nimble";
version = "0.18.0";
version = "0.18.2";
src = fetchFromGitHub {
owner = "nim-lang";
repo = "nimble";
rev = "v${final.version}";
hash = "sha256-HFuJiozRsRlVIXIv+vRjsfosrBlWfnUYtep27Fy/PPA=";
hash = "sha256-wgzFhModFkwB8st8F5vSkua7dITGGC2cjoDvgkRVZMs=";
fetchSubmodules = true;
};