Merge pull request #276231 from r-ryantm/auto-update/samtools

samtools: 1.18 -> 1.19
This commit is contained in:
Fabián Heredia Montiel 2023-12-24 01:50:02 -06:00 committed by GitHub
commit 8f080df5b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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