mosdepth: 0.3.8 -> 0.3.9 (#337831)

This commit is contained in:
Justin Bedő
2024-08-28 12:33:33 +10:00
committed by GitHub
+2 -2
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;