Commit 636999c3 authored by R. RyanTM's avatar R. RyanTM
Browse files

iqtree: 2.3.1 -> 2.3.2

parent c81c2414
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.1";
  version = "2.3.2";

  src = fetchFromGitHub {
    owner = "iqtree";
    repo = "iqtree2";
    rev = "v${version}";
    hash = "sha256-GaNumiTGa6mxvFifv730JFgKrRxG41gJN+ci3imDbzs=";
    hash = "sha256-hAJs48PhIyZSKSRZjQJKQwoJlt6DPRQwaDsuZ00VZII=";
    fetchSubmodules = true;
  };