iqtree: 2.2.2.4 -> 2.2.2.6

This commit is contained in:
R. Ryantm 2023-05-30 01:13:17 +00:00
parent 58c8583551
commit 71a23afb45

View file

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