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

iqtree: 2.2.2.6 -> 2.2.2.7
This commit is contained in:
Matthias Beyer 2023-08-25 17:53:42 +02:00 committed by GitHub
commit 103bbccbf6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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