mosdepth: 0.3.5 -> 0.3.6

This commit is contained in:
R. Ryantm 2023-12-06 10:53:03 +00:00
parent 4c37153a2c
commit d2232269ed

View File

@ -2,7 +2,7 @@
buildNimPackage (finalAttrs: {
pname = "mosdepth";
version = "0.3.5";
version = "0.3.6";
requiredNimVersion = 1;
@ -10,7 +10,7 @@ buildNimPackage (finalAttrs: {
owner = "brentp";
repo = "mosdepth";
rev = "v${finalAttrs.version}";
sha256 = "sha256-tG3J51PS6A0WBCZ+j/Nf7aaukFV+DZJsxpbTbvwu0zc=";
sha256 = "sha256-7N42S3xfQRkrBmoLf0DsbLMpVULAFpHm5JugDMDzAgU=";
};
lockFile = ./lock.json;