We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae8eee9 commit 215011cCopy full SHA for 215011c
1 file changed
pkgs/applications/science/molecular-dynamics/gromacs/default.nix
@@ -9,11 +9,11 @@
9
}:
10
11
stdenv.mkDerivation {
12
- name = "gromacs-2020.2";
+ name = "gromacs-2020.3";
13
14
src = fetchurl {
15
- url = "ftp://ftp.gromacs.org/pub/gromacs/gromacs-2020.2.tar.gz";
16
- sha256 = "1wyjgcdl30wy4hy6jvi9lkq53bqs9fgfq6fri52dhnb3c76y8rbl";
+ url = "ftp://ftp.gromacs.org/pub/gromacs/gromacs-2020.3.tar.gz";
+ sha256 = "1acjrhcfzpqy2dncblhj97602jbg9gdha4q1bgji9nrj25lq6cch";
17
};
18
19
nativeBuildInputs = [ cmake ];
0 commit comments