bedtools: 2.28.0 -> 2.29.0
This commit is contained in:
parent
af39568c3a
commit
6beabe7d2c
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "bedtools";
|
pname = "bedtools";
|
||||||
version = "2.28.0";
|
version = "2.29.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "arq5x";
|
owner = "arq5x";
|
||||||
repo = "bedtools2";
|
repo = "bedtools2";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1266bcn5hgbvysfi6nr4cqxlbxcx7vn7ng8kb0v3gz37qh2zxxw9";
|
sha256 = "0d6i985qqxp92ddq4n6558m70qi5rqhl724wrfys0hm0p6a9h56x";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ zlib python bzip2 lzma ];
|
buildInputs = [ zlib python bzip2 lzma ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user