htslib: 1.16 -> 1.17
Changelog: https://github.com/samtools/htslib/releases/tag/1.17
This commit is contained in:
parent
d59c85209d
commit
e7c857571a
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue