about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2023-08-25 17:53:42 +0200
committerGitHub <noreply@github.com>2023-08-25 17:53:42 +0200
commit103bbccbf6a1c8bb9c1960b85f422d5048a0bbe1 (patch)
tree946ca5405fa569087759df897e84a26f475ab527
parent7eb4df7985370de862e78e9098d432121ec80731 (diff)
parente1b695a96f5e04abb4a53cfc4ccb9360ebccba9d (diff)
Merge pull request #251359 from r-ryantm/auto-update/iqtree
iqtree: 2.2.2.6 -> 2.2.2.7
-rw-r--r--pkgs/applications/science/biology/iqtree/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/biology/iqtree/default.nix b/pkgs/applications/science/biology/iqtree/default.nix
index abf9cfba45fd7..37a8a58a92e10 100644
--- a/pkgs/applications/science/biology/iqtree/default.nix
+++ b/pkgs/applications/science/biology/iqtree/default.nix
@@ -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;
   };