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

mosdepth: 0.3.6 -> 0.3.7

authored by Nick Cao and committed by GitHub c72d158b 51416a2c

+2 -2
+2 -2
pkgs/by-name/mo/mosdepth/package.nix
··· 2 2 3 3 buildNimPackage (finalAttrs: { 4 4 pname = "mosdepth"; 5 - version = "0.3.6"; 5 + version = "0.3.7"; 6 6 7 7 requiredNimVersion = 1; 8 8 ··· 10 10 owner = "brentp"; 11 11 repo = "mosdepth"; 12 12 rev = "v${finalAttrs.version}"; 13 - sha256 = "sha256-7N42S3xfQRkrBmoLf0DsbLMpVULAFpHm5JugDMDzAgU="; 13 + sha256 = "sha256-VyEZNY/P3BfJ3PCRn7R+37XH4gfc9JEOFB0WmrSxpIc="; 14 14 }; 15 15 16 16 lockFile = ./lock.json;