gromacs: 2018.3 -> 2018.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 2018-11-19 06:47:47 -08:00
parent 0925c482c8
commit 08a0192340

View file

@ -8,11 +8,11 @@
stdenv.mkDerivation {
name = "gromacs-2018.3";
name = "gromacs-2018.4";
src = fetchurl {
url = "ftp://ftp.gromacs.org/pub/gromacs/gromacs-2018.3.tar.gz";
sha256 = "14d219987h98mv5xgn2846snmslwax8z3cgp5b2njacp4j9a88s4";
url = "ftp://ftp.gromacs.org/pub/gromacs/gromacs-2018.4.tar.gz";
sha256 = "14d8mbck1lrmz97vvy322irk557wxh0zdd6n962lm69hqxcf8bkg";
};
buildInputs = [cmake fftw]