htslib: 1.16 -> 1.17

Changelog: https://github.com/samtools/htslib/releases/tag/1.17
This commit is contained in:
Bruno Bzeznik 2023-04-12 11:58:49 +02:00
parent d59c85209d
commit e7c857571a

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "htslib";
version = "1.16";
version = "1.17";
src = fetchurl {
url = "https://github.com/samtools/htslib/releases/download/${version}/${pname}-${version}.tar.bz2";
sha256 = "sha256-YGt8ev9zc0zwM+zRVvQFKfpXkvVFJJUqKJOMoIkNeSQ=";
sha256 = "sha256-djd5KIxA8HZG7HrZi5bDeMc5Fx0WKtmDmIaHg7chg58";
};
# perl is only used during the check phase.