Merge pull request #34139 from arcadio/bedtools

bedtools: 2.26.0 -> 2.27.1
This commit is contained in:
adisbladis 2018-01-23 12:56:01 +08:00 committed by GitHub
commit b0603f514b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];