Merge pull request #228994 from r-ryantm/auto-update/minimap2

minimap2: 2.24 -> 2.25
This commit is contained in:
Weijia Wang 2023-05-01 07:13:09 +03:00 committed by GitHub
commit f2bef820c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "minimap2";
version = "2.24";
version = "2.25";
src = fetchFromGitHub {
repo = pname;
owner = "lh3";
rev = "v${version}";
sha256 = "sha256-sEp7/Y5ifV9LTqrkhlkfykTJYMMuc+VtF7PvmIpBxUw=";
sha256 = "sha256-9X2wYoUH11Ys4uPArwyGsXuQLQaAwtNV/pnO9yd7Oiw=";
};
buildInputs = [ zlib ];