bedtools: 2.29.2 -> 2.30.0

This commit is contained in:
Justin Bedo 2021-01-25 13:02:29 +11:00
parent f0b378026d
commit d81e79af15
No known key found for this signature in database
GPG key ID: 2C18202C56C182BD

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "bedtools";
version = "2.29.2";
version = "2.30.0";
src = fetchFromGitHub {
owner = "arq5x";
repo = "bedtools2";
rev = "v${version}";
sha256 = "015qq3pwrwgnyxyi959niijjlswl231b3wxlsm3l8msv6fdhmkz8";
sha256 = "sha256-NqKldF7ePJn3pT+AkESIQghBKSFFOEBBsTaKEbU+oaQ=";
};
buildInputs = [ zlib python bzip2 lzma ];