9 buildNimPackage (finalAttrs: {
13 requiredNimVersion = 1;
15 src = fetchFromGitHub {
18 rev = "v${finalAttrs.version}";
19 hash = "sha256-RAE3k2yA2zsIr5JFYb5bPaMzdoEKms7TKaqVhPS5LzY=";
22 lockFile = ./lock.json;
24 buildInputs = [ pcre ];
27 version = testers.testVersion {
28 package = finalAttrs.finalPackage;
33 description = "fast BAM/CRAM depth calculation for WGS, exome, or targeted sequencing";
34 mainProgram = "mosdepth";
35 license = licenses.mit;
36 homepage = "https://github.com/brentp/mosdepth";
37 maintainers = with maintainers; [ jbedo ];
38 platforms = platforms.linux;