samtools: 1.17 -> 1.18

This commit is contained in:
R. Ryantm 2023-08-07 01:22:06 +00:00
parent 48fecd0489
commit a303664816

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "samtools";
version = "1.17";
version = "1.18";
src = fetchurl {
url = "https://github.com/samtools/samtools/releases/download/${version}/${pname}-${version}.tar.bz2";
sha256 = "sha256-Ot85C2KCGf1kCPFGAqTEqpDmPhizldrXIqtRlDiipyk";
sha256 = "sha256-1ob/piECO6YYIqKlC3DoXQsY55Nx3lrbB4KFGdP8BuE=";
};
# tests require `bgzip` from the htslib package