summary refs log tree commit diff
path: root/pkgs/applications/science/molecular-dynamics/gromacs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-08 06:30:20 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-08 06:30:20 -0700
commitbab8aee740f539b098b6d3e7b0180e180def4345 (patch)
tree179de6aef98e37a014bdb36c866212d7cd352637 /pkgs/applications/science/molecular-dynamics/gromacs
parent07ebb8bb792be16de33596e2cea120eb72b2ec77 (diff)
downloadnixpkgs-bab8aee740f539b098b6d3e7b0180e180def4345.tar
nixpkgs-bab8aee740f539b098b6d3e7b0180e180def4345.tar.gz
nixpkgs-bab8aee740f539b098b6d3e7b0180e180def4345.tar.bz2
nixpkgs-bab8aee740f539b098b6d3e7b0180e180def4345.tar.lz
nixpkgs-bab8aee740f539b098b6d3e7b0180e180def4345.tar.xz
nixpkgs-bab8aee740f539b098b6d3e7b0180e180def4345.tar.zst
nixpkgs-bab8aee740f539b098b6d3e7b0180e180def4345.zip
gromacs: 2018 -> 2018.1
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.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/a0ab5ixcsgcj9pzkmysfa46dydbbzsyy-gromacs-2018.1/bin/GMXRC had a zero exit code or showed the expected version
- /nix/store/a0ab5ixcsgcj9pzkmysfa46dydbbzsyy-gromacs-2018.1/bin/GMXRC.bash passed the binary check.
- /nix/store/a0ab5ixcsgcj9pzkmysfa46dydbbzsyy-gromacs-2018.1/bin/GMXRC.zsh passed the binary check.
- Warning: no invocation of /nix/store/a0ab5ixcsgcj9pzkmysfa46dydbbzsyy-gromacs-2018.1/bin/GMXRC.csh had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/a0ab5ixcsgcj9pzkmysfa46dydbbzsyy-gromacs-2018.1/bin/demux.pl had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/a0ab5ixcsgcj9pzkmysfa46dydbbzsyy-gromacs-2018.1/bin/xplor2gmx.pl had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/a0ab5ixcsgcj9pzkmysfa46dydbbzsyy-gromacs-2018.1/bin/gmx-completion.bash had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/a0ab5ixcsgcj9pzkmysfa46dydbbzsyy-gromacs-2018.1/bin/gmx-completion-gmx.bash had a zero exit code or showed the expected version
- /nix/store/a0ab5ixcsgcj9pzkmysfa46dydbbzsyy-gromacs-2018.1/bin/gmx passed the binary check.
- 3 of 9 passed binary check by having a zero exit code.
- 0 of 9 passed binary check by having the new version present in output.
- found 2018.1 with grep in /nix/store/a0ab5ixcsgcj9pzkmysfa46dydbbzsyy-gromacs-2018.1
- directory tree listing: https://gist.github.com/4d089bde03168c17ad10db514f47d339
- du listing: https://gist.github.com/5dd10f02ed60d442ec148efcf18c7661
Diffstat (limited to 'pkgs/applications/science/molecular-dynamics/gromacs')
-rw-r--r--pkgs/applications/science/molecular-dynamics/gromacs/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/science/molecular-dynamics/gromacs/default.nix b/pkgs/applications/science/molecular-dynamics/gromacs/default.nix
index ae21af65584..11087846e05 100644
--- a/pkgs/applications/science/molecular-dynamics/gromacs/default.nix
+++ b/pkgs/applications/science/molecular-dynamics/gromacs/default.nix
@@ -8,11 +8,11 @@
 
 
 stdenv.mkDerivation {
-  name = "gromacs-2018";
+  name = "gromacs-2018.1";
 
   src = fetchurl {
-    url = "ftp://ftp.gromacs.org/pub/gromacs/gromacs-2018.tar.gz";
-    sha256 = "1sfh3wdrw07797xm86fq10r0024ym585yyrnhdh0qam596vx1dfy";
+    url = "ftp://ftp.gromacs.org/pub/gromacs/gromacs-2018.1.tar.gz";
+    sha256 = "1k85sz0b9rmq00g58v22y9v671gsa512sjivx3n3yclr0hs36dad";
   };
 
   buildInputs = [cmake fftw]