1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

gromacs: 2018.2 -> 2018.3 (#46275)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
gromacs
This commit is contained in:
R. RyanTM 2018-09-12 14:07:27 -07:00 committed by xeji
parent 656330577a
commit e94947af0a

View file

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