mosdepth: 0.3.7 -> 0.3.8

This commit is contained in:
R. Ryantm 2024-04-17 14:33:11 +00:00
parent d84b5d7735
commit ec4f269ddd
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;