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

Merge pull request #36582 from ryantm/auto-update/gromacs

gromacs: 4.6.7 -> 2018
This commit is contained in:
Matthew Justin Bauer 2018-04-17 10:38:06 -05:00 committed by GitHub
commit 1ec5b0389d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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]