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

mosdepth: 0.3.7 -> 0.3.8
This commit is contained in:
Nick Cao 2024-04-22 14:52:55 -04:00 committed by GitHub
commit bbbd5fdc51
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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