update nimble

This commit is contained in:
Daylin Morgan 2024-10-31 10:08:03 -05:00
parent 1bbe10a8a8
commit 3641b1e431
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -7,12 +7,12 @@
}: }:
buildNimPackage (finalAttrs: { buildNimPackage (finalAttrs: {
pname = "nimble"; pname = "nimble";
version = "0.16.1"; version = "0.16.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nim-lang"; owner = "nim-lang";
repo = "nimble"; repo = "nimble";
rev = "v${finalAttrs.version}"; rev = "v${finalAttrs.version}";
hash = "sha256-sa0irAZjQRZLduEMBPf7sHlY1FigBJTR/vIH4ihii/w="; hash = "sha256-MVHf19UbOWk8Zba2scj06PxdYYOJA6OXrVyDQ9Ku6Us=";
}; };
buildInputs = [ openssl ]; buildInputs = [ openssl ];
lockFile = ./lock.json; lockFile = ./lock.json;