Skip to content

Commit 215011c

Browse files
committed
gromacs: 2020.2 -> 2020.3
1 parent ae8eee9 commit 215011c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • pkgs/applications/science/molecular-dynamics/gromacs

pkgs/applications/science/molecular-dynamics/gromacs/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
}:
1010

1111
stdenv.mkDerivation {
12-
name = "gromacs-2020.2";
12+
name = "gromacs-2020.3";
1313

1414
src = fetchurl {
15-
url = "ftp://ftp.gromacs.org/pub/gromacs/gromacs-2020.2.tar.gz";
16-
sha256 = "1wyjgcdl30wy4hy6jvi9lkq53bqs9fgfq6fri52dhnb3c76y8rbl";
15+
url = "ftp://ftp.gromacs.org/pub/gromacs/gromacs-2020.3.tar.gz";
16+
sha256 = "1acjrhcfzpqy2dncblhj97602jbg9gdha4q1bgji9nrj25lq6cch";
1717
};
1818

1919
nativeBuildInputs = [ cmake ];

0 commit comments

Comments
 (0)