forked from mirrors/nixpkgs
Merge pull request #36582 from ryantm/auto-update/gromacs
gromacs: 4.6.7 -> 2018
This commit is contained in:
commit
1ec5b0389d
|
@ -8,11 +8,11 @@
|
|||
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "gromacs-4.6.7";
|
||||
name = "gromacs-2018";
|
||||
|
||||
src = fetchurl {
|
||||
url = "ftp://ftp.gromacs.org/pub/gromacs/gromacs-4.6.7.tar.gz";
|
||||
sha256 = "6afb1837e363192043de34b188ca3cf83db6bd189601f2001a1fc5b0b2a214d9";
|
||||
url = "ftp://ftp.gromacs.org/pub/gromacs/gromacs-2018.tar.gz";
|
||||
sha256 = "1sfh3wdrw07797xm86fq10r0024ym585yyrnhdh0qam596vx1dfy";
|
||||
};
|
||||
|
||||
buildInputs = [cmake fftw]
|
||||
|
|
Loading…
Reference in a new issue