gromacs: 2020.2 -> 2020.3

gstqt5
R. RyanTM 2020-07-13 07:11:49 +00:00
parent ae8eee9c3f
commit 215011c44d
1 changed files with 3 additions and 3 deletions

View File

@ -9,11 +9,11 @@
}:
stdenv.mkDerivation {
name = "gromacs-2020.2";
name = "gromacs-2020.3";
src = fetchurl {
url = "ftp://ftp.gromacs.org/pub/gromacs/gromacs-2020.2.tar.gz";
sha256 = "1wyjgcdl30wy4hy6jvi9lkq53bqs9fgfq6fri52dhnb3c76y8rbl";
url = "ftp://ftp.gromacs.org/pub/gromacs/gromacs-2020.3.tar.gz";
sha256 = "1acjrhcfzpqy2dncblhj97602jbg9gdha4q1bgji9nrj25lq6cch";
};
nativeBuildInputs = [ cmake ];