Merge pull request #312072 from r-ryantm/auto-update/iqtree

iqtree: 2.3.2 -> 2.3.4
This commit is contained in:
Matthias Beyer 2024-05-16 13:39:41 +02:00 committed by GitHub
commit f01a70d4e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "iqtree";
version = "2.3.2";
version = "2.3.4";
src = fetchFromGitHub {
owner = "iqtree";
repo = "iqtree2";
rev = "v${version}";
hash = "sha256-hAJs48PhIyZSKSRZjQJKQwoJlt6DPRQwaDsuZ00VZII=";
hash = "sha256-dnUFllqcABB3JDYoCwPGtIYD/h5lzX2XKOroDpijPpU=";
fetchSubmodules = true;
};