gromacs: 2019.2 -> 2019.3
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
e2d07d2cc7
commit
0c54098340
1 changed files with 3 additions and 3 deletions
|
@ -8,11 +8,11 @@
|
||||||
|
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "gromacs-2019.2";
|
name = "gromacs-2019.3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "ftp://ftp.gromacs.org/pub/gromacs/gromacs-2019.2.tar.gz";
|
url = "ftp://ftp.gromacs.org/pub/gromacs/gromacs-2019.3.tar.gz";
|
||||||
sha256 = "0zlzzg27yzfbmmgy2wqmgq82nslqy02gprjvm9xwcswjf705rgxw";
|
sha256 = "0wvm6lj4hbasl2qkjcpicqjh7abxji4196dd2hmwlyivpycaa4a2";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [cmake fftw]
|
buildInputs = [cmake fftw]
|
||||||
|
|
Loading…
Reference in a new issue