htslib: 1.19.1 -> 1.21 (#364188)

authored by Arne Keller and committed by GitHub d6a39b5a aaa46e39

+2 -2
+2 -2
pkgs/by-name/ht/htslib/package.nix
··· 11 11 12 12 stdenv.mkDerivation rec { 13 13 pname = "htslib"; 14 - version = "1.19.1"; 14 + version = "1.21"; 15 15 16 16 src = fetchurl { 17 17 url = "https://github.com/samtools/htslib/releases/download/${version}/${pname}-${version}.tar.bz2"; 18 - sha256 = "sha256-Ii1001dPtnsVjGmIyYDuqrqKBlb15P+3a1+lfwNZM+w="; 18 + sha256 = "sha256-hLUQ5zX0ljZB8m/YjIq97oH/TLYhaDEK5xZjaqwPGCM="; 19 19 }; 20 20 21 21 # perl is only used during the check phase.