Skip to content

Commit

Permalink
Merge pull request #98363 from jbedo/mosdepth
Browse files Browse the repository at this point in the history
mosdepth: 0.2.9 -> 0.3.1
  • Loading branch information
SuperSandro2000 committed Nov 25, 2020
2 parents 5d6004a + 634927a commit d8b570e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/science/biology/mosdepth/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ let

in stdenv.mkDerivation rec {
pname = "mosdepth";
version = "0.2.9";
version = "0.3.1";

src = fetchFromGitHub {
owner = "brentp";
repo = "mosdepth";
rev = "v${version}";
sha256 = "01gm9gj2x2zs4yx6wk761fi1papi7qr3gp4ln1kkn8n2f9y9h849";
sha256 = "1kcrvamrafz1m0s7mlbhaay8jyg97l1w37p6syl36r2m1plmwxjd";
};

nativeBuildInputs = [ nim ];
Expand Down

0 comments on commit d8b570e

Please sign in to comment.