Skip to content

Commit

Permalink
Merge pull request #34139 from arcadio/bedtools
Browse files Browse the repository at this point in the history
bedtools: 2.26.0 -> 2.27.1
  • Loading branch information
adisbladis committed Jan 23, 2018
2 parents 70cf5ea + c75e91a commit b0603f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/science/biology/bedtools/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
name = "bedtools-${version}";
version = "2.26.0";
version = "2.27.1";

src = fetchFromGitHub {
owner = "arq5x";
repo = "bedtools2";
rev = "v${version}";
sha256 = "1j2ia68rmcw3qksjm5gvv1cb84bh76vmln59mvncr2an23f5a3ss";
sha256 = "1pk68y052rm2m24yfmy82ms8p6kd6xcqxxgi7n0a1sbh89wllm6s";
};

buildInputs = [ zlib python ];
Expand Down

0 comments on commit b0603f5

Please sign in to comment.