Unverified Commit 9229142d authored by Justin Bedő's avatar Justin Bedő Committed by GitHub
Browse files

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

mosdepth: 0.3.4 -> 0.3.5
parents 73d552ec 65033fea
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,14 +2,14 @@

nimPackages.buildNimPackage rec {
  pname = "mosdepth";
  version = "0.3.4";
  version = "0.3.5";
  nimBinOnly = true;

  src = fetchFromGitHub {
    owner = "brentp";
    repo = "mosdepth";
    rev = "v${version}";
    sha256 = "sha256-7uteYTCbAaXedPqk0WtHpqTfUWH/+rRW8aSlFixkEko=";
    sha256 = "sha256-tG3J51PS6A0WBCZ+j/Nf7aaukFV+DZJsxpbTbvwu0zc=";
  };

  buildInputs = [ docopt hts pcre ];