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

minimap2: 2.22 -> 2.23
This commit is contained in:
Bobby Rong 2021-12-27 18:05:04 +08:00 committed by GitHub
commit 4fdcad0d6b
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.22";
version = "2.23";
src = fetchFromGitHub {
repo = pname;
owner = "lh3";
rev = "v${version}";
sha256 = "sha256-jYXJr2T1enZfSABVV5Kmd5OBtWZtQ2D/2eAlW2WHtGU=";
sha256 = "sha256-oNVpSINcXO2eKzOCr/Fl8tSMguRxzmlDNu7hLZeopoQ=";
};
buildInputs = [ zlib ];