Merge pull request #38701 from r-ryantm/auto-update/samtools

samtools: 1.7 -> 1.8
This commit is contained in:
Matthew Justin Bauer 2018-04-17 12:03:42 -05:00 committed by GitHub
commit 88098d58f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
name = "${pname}-${version}";
pname = "samtools";
version = "1.7";
version = "1.8";
src = fetchurl {
url = "https://github.com/samtools/samtools/releases/download/${version}/${name}.tar.bz2";
sha256 = "e7b09673176aa32937abd80f95f432809e722f141b5342186dfef6a53df64ca1";
sha256 = "05myg7bs90i68qbqab9cdg9rqj2xh39azibrx82ipzc5kcfvqhn9";
};
nativeBuildInputs = [ perl ];