gromacs: 2019.2 -> 2019.3

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gromacs/versions
This commit is contained in:
R. RyanTM 2019-06-16 18:22:05 -07:00
parent e2d07d2cc7
commit 0c54098340

View file

@ -8,11 +8,11 @@
stdenv.mkDerivation {
name = "gromacs-2019.2";
name = "gromacs-2019.3";
src = fetchurl {
url = "ftp://ftp.gromacs.org/pub/gromacs/gromacs-2019.2.tar.gz";
sha256 = "0zlzzg27yzfbmmgy2wqmgq82nslqy02gprjvm9xwcswjf705rgxw";
url = "ftp://ftp.gromacs.org/pub/gromacs/gromacs-2019.3.tar.gz";
sha256 = "0wvm6lj4hbasl2qkjcpicqjh7abxji4196dd2hmwlyivpycaa4a2";
};
buildInputs = [cmake fftw]