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

iqtree: 2.2.2.7 -> 2.3.1
This commit is contained in:
Weijia Wang 2024-03-27 16:10:28 +01:00 committed by GitHub
commit ee3323be61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "iqtree";
version = "2.2.2.7";
version = "2.3.1";
src = fetchFromGitHub {
owner = "iqtree";
repo = "iqtree2";
rev = "v${version}";
hash = "sha256-XyjVo5TYMoB+ZOAGc4ivYqFGnEO1M7mhxXrG45TP44Y=";
hash = "sha256-GaNumiTGa6mxvFifv730JFgKrRxG41gJN+ci3imDbzs=";
fetchSubmodules = true;
};