samtools: 1.21 -> 1.22.1 (#426064)

This commit is contained in:
Weijia Wang
2025-08-04 03:12:14 -06:00
committed by GitHub
+2 -2
View File
@@ -10,11 +10,11 @@
stdenv.mkDerivation rec {
pname = "samtools";
version = "1.21";
version = "1.22.1";
src = fetchurl {
url = "https://github.com/samtools/samtools/releases/download/${version}/${pname}-${version}.tar.bz2";
hash = "sha256-BXJLCDprbwMF/K5SQ6BWzDbPgmMJw8uTR6a4nuP8Wto=";
hash = "sha256-Aqpc0LpS4GwggAVOBZ19d6iF3+lxfDHNid/npAR+2g4=";
};
# tests require `bgzip` from the htslib package