gromacs: 2019.1 -> 2019.2
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:
parent
1e7d8a0ba6
commit
dbfdaf048a
@ -8,11 +8,11 @@
|
||||
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "gromacs-2019.1";
|
||||
name = "gromacs-2019.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "ftp://ftp.gromacs.org/pub/gromacs/gromacs-2019.1.tar.gz";
|
||||
sha256 = "1v438nf6viwpl53ydrljf598cf8lh7jqxp5bzi74rrnhzk97xhxj";
|
||||
url = "ftp://ftp.gromacs.org/pub/gromacs/gromacs-2019.2.tar.gz";
|
||||
sha256 = "0zlzzg27yzfbmmgy2wqmgq82nslqy02gprjvm9xwcswjf705rgxw";
|
||||
};
|
||||
|
||||
buildInputs = [cmake fftw]
|
||||
|
Loading…
Reference in New Issue
Block a user