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

mosdepth: 0.3.6 -> 0.3.7
This commit is contained in:
Nick Cao 2024-03-21 08:43:45 -04:00 committed by GitHub
commit c72d158b79
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@
buildNimPackage (finalAttrs: {
pname = "mosdepth";
version = "0.3.6";
version = "0.3.7";
requiredNimVersion = 1;
@ -10,7 +10,7 @@ buildNimPackage (finalAttrs: {
owner = "brentp";
repo = "mosdepth";
rev = "v${finalAttrs.version}";
sha256 = "sha256-7N42S3xfQRkrBmoLf0DsbLMpVULAFpHm5JugDMDzAgU=";
sha256 = "sha256-VyEZNY/P3BfJ3PCRn7R+37XH4gfc9JEOFB0WmrSxpIc=";
};
lockFile = ./lock.json;