gromacs: 2019.4 -> 2020

This commit is contained in:
R. RyanTM 2020-01-06 04:30:02 -08:00
parent 17ab5f9d88
commit 60fd879921

View File

@ -9,11 +9,11 @@
}:
stdenv.mkDerivation {
name = "gromacs-2019.4";
name = "gromacs-2020";
src = fetchurl {
url = "ftp://ftp.gromacs.org/pub/gromacs/gromacs-2019.4.tar.gz";
sha256 = "0rqqrbjrdhprlw2z6cqid59xwxfdx05ikvywppvdp8f8vzp6chxs";
url = "ftp://ftp.gromacs.org/pub/gromacs/gromacs-2020.tar.gz";
sha256 = "00ds83n5wnm7g7wq91jycp8h82vnam5b4rwg3fv9rk9x5ca5czj7";
};
nativeBuildInputs = [ cmake ];