gromacs: 2020 -> 2020.1

This commit is contained in:
R. RyanTM 2020-03-04 23:10:39 +00:00
parent 7399c59c41
commit adcdd7b0a7

View File

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