3
0
Fork 0
forked from mirrors/nixpkgs

gromacs: 2019.3 -> 2019.4

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-10-07 02:48:46 -07:00
parent 3dc58eda52
commit 8c6ee4fe16

View file

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