raxml: 8.2.11 -> 8.2.12 (#41964)

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/RAxML/versions.

These checks were done:

- built on NixOS
- /nix/store/w8iy7fvdwhjw7zx1dkga3v56fz59s7r8-RAxML-8.2.12/bin/raxmlHPC-PTHREADS-SSE3 passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 8.2.12 with grep in /nix/store/w8iy7fvdwhjw7zx1dkga3v56fz59s7r8-RAxML-8.2.12
- directory tree listing: https://gist.github.com/8a2b70b299e53bfee9f18d2ab8cd5f9f
- du listing: https://gist.github.com/02803409663f19671adc6be233a327fd

authored by R. RyanTM and committed by xeji d97f7d3b f8cef0d0

+2 -2
+2 -2
pkgs/applications/science/biology/raxml/default.nix
··· 7 8 stdenv.mkDerivation rec { 9 pname = "RAxML"; 10 - version = "8.2.11"; 11 name = "${pname}-${version}"; 12 13 src = fetchFromGitHub { 14 owner = "stamatak"; 15 repo = "standard-${pname}"; 16 rev = "v${version}"; 17 - sha256 = "08fmqrr7y5a2fmmrgfz2p0hmn4mn71l5yspxfcwwsqbw6vmdfkhg"; 18 }; 19 20 buildInputs = if mpi then [ pkgs.openmpi ] else [];
··· 7 8 stdenv.mkDerivation rec { 9 pname = "RAxML"; 10 + version = "8.2.12"; 11 name = "${pname}-${version}"; 12 13 src = fetchFromGitHub { 14 owner = "stamatak"; 15 repo = "standard-${pname}"; 16 rev = "v${version}"; 17 + sha256 = "1jqjzhch0rips0vp04prvb8vmc20c5pdmsqn8knadcf91yy859fh"; 18 }; 19 20 buildInputs = if mpi then [ pkgs.openmpi ] else [];