htslib: 1.6 -> 1.7

This commit is contained in:
Renato Alves 2018-02-06 15:37:50 +01:00
parent a9268dd694
commit b2284e0454
No known key found for this signature in database
GPG Key ID: A703C12A2FA65D04

View File

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
name = "${pname}-${version}";
pname = "htslib";
version = "1.6";
version = "1.7";
src = fetchurl {
url = "https://github.com/samtools/htslib/releases/download/${version}/${name}.tar.bz2";
sha256 = "1jsca3hg4rbr6iqq6imkj4lsvgl8g9768bcmny3hlff2w25vx24m";
sha256 = "be3d4e25c256acdd41bebb8a7ad55e89bb18e2fc7fc336124b1e2c82ae8886c6";
};
# perl is only used during the check phase.