Merge pull request #264769 from r-ryantm/auto-update/mmseqs2

mmseqs2: 14-7e284 -> 15-6f452
This commit is contained in:
OTABI Tomoya 2023-11-01 19:52:27 +09:00 committed by GitHub
commit 5363991a6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "mmseqs2";
version = "14-7e284";
version = "15-6f452";
src = fetchFromGitHub {
owner = "soedinglab";
repo = pname;
rev = version;
sha256 = "sha256-pVryZGblgMEqJl5M20CHxav269yGY6Y4ci+Gxt6SHOU=";
sha256 = "sha256-L+zOWrGkCLz/wqpBuji8H4/93sDFpcfnDOE8FHq1j84=";
};
nativeBuildInputs = [ cmake xxd perl installShellFiles ];