htslib: 1.13 -> 1.14

This commit is contained in:
Justin Bedo 2022-01-01 13:54:43 +11:00
parent b29beb8e02
commit 982010d219
No known key found for this signature in database
GPG Key ID: 2C18202C56C182BD

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "htslib";
version = "1.13";
version = "1.14";
src = fetchurl {
url = "https://github.com/samtools/htslib/releases/download/${version}/${pname}-${version}.tar.bz2";
sha256 = "sha256-8kB9+fl/C7awdlZXnkGhylEARkBntrIb+WKi6ksO/WU=";
sha256 = "sha256-7SIbj1L0gS+BDuvgzFbNg1WlydIcYtFCrAWtDaFHk18=";
};
# perl is only used during the check phase.