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

mosdepth: 0.3.2 -> 0.3.3
This commit is contained in:
Justin Bedő
2022-02-13 09:27:54 +11:00
committed by GitHub
@@ -2,14 +2,14 @@
nimPackages.buildNimPackage rec {
pname = "mosdepth";
version = "0.3.2";
version = "0.3.3";
nimBinOnly = true;
src = fetchFromGitHub {
owner = "brentp";
repo = "mosdepth";
rev = "v${version}";
sha256 = "sha256-uui4yC7ok+pvbXVKfBVsAarH40fnH4fnP8P4uzOqztQ=";
sha256 = "sha256-de3h3SXnXlqjuLT1L66jj/1AoiTuFc3PVJYjm7s8Fj8=";
};
buildInputs = with nimPackages; [ docopt hts-nim pcre ];