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

iqtree: 2.3.4 -> 2.3.5
This commit is contained in:
h7x4
2024-07-01 23:34:08 +02:00
committed by GitHub
@@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "iqtree";
version = "2.3.4";
version = "2.3.5";
src = fetchFromGitHub {
owner = "iqtree";
repo = "iqtree2";
rev = "v${version}";
hash = "sha256-dnUFllqcABB3JDYoCwPGtIYD/h5lzX2XKOroDpijPpU=";
hash = "sha256-ld+9vPJRVHMEe5/igqRr6RkISY2ipfGkJFHDOSZuAmg=";
fetchSubmodules = true;
};