Unverified Commit 445ae294 authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

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

iqtree: 2.3.4 -> 2.3.5
parents 90c66ad3 8fc55ae4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

stdenv.mkDerivation rec {
  pname = "iqtree";
  version = "2.3.4";
  version = "2.3.5";

  src = fetchFromGitHub {
    owner = "iqtree";
    repo = "iqtree2";
    rev = "v${version}";
    hash = "sha256-dnUFllqcABB3JDYoCwPGtIYD/h5lzX2XKOroDpijPpU=";
    hash = "sha256-ld+9vPJRVHMEe5/igqRr6RkISY2ipfGkJFHDOSZuAmg=";
    fetchSubmodules = true;
  };