mosdepth: 0.3.8 -> 0.3.9

This commit is contained in:
R. Ryantm 2024-08-28 01:22:07 +00:00
parent 0fefe244b1
commit d3c10bb4a8

View File

@ -2,7 +2,7 @@
buildNimPackage (finalAttrs: {
pname = "mosdepth";
version = "0.3.8";
version = "0.3.9";
requiredNimVersion = 1;
@ -10,7 +10,7 @@ buildNimPackage (finalAttrs: {
owner = "brentp";
repo = "mosdepth";
rev = "v${finalAttrs.version}";
sha256 = "sha256-IkCLlIugnOO2LpS79gakURvPR1ZuayFtrOOoPyNKLMQ=";
sha256 = "sha256-vHJgIo9qO/L1lZ9DqgXVwv9Pn/6ZMOBfPsY4DEAEImI=";
};
lockFile = ./lock.json;