Merge pull request #272451 from r-ryantm/auto-update/mosdepth

mosdepth: 0.3.5 -> 0.3.6
This commit is contained in:
Justin Bedő 2023-12-13 11:20:16 +11:00 committed by GitHub
commit c9945b177c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;