iqtree: 2.3.5 -> 2.3.6 (#331537)

This commit is contained in:
Weijia Wang 2024-09-09 23:31:22 +02:00 committed by GitHub
commit 7127eff86d
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.5";
version = "2.3.6";
src = fetchFromGitHub {
owner = "iqtree";
repo = "iqtree2";
rev = "v${version}";
hash = "sha256-ld+9vPJRVHMEe5/igqRr6RkISY2ipfGkJFHDOSZuAmg=";
hash = "sha256-8d5zqZIevv3bnq7z7Iyo/x8i445y1RAFtRMeK8s/ieQ=";
fetchSubmodules = true;
};