about summary refs log tree commit diff
path: root/pkgs/applications/science
diff options
context:
space:
mode:
authormarkuskowa <markus.kowalewski@gmail.com>2024-02-01 14:56:20 +0100
committerGitHub <noreply@github.com>2024-02-01 14:56:20 +0100
commitcced9bc060810f8543ca961eb84872f72d40e051 (patch)
tree5b4cd7e9df671ccf71d5b7fda5ff84fddec56c11 /pkgs/applications/science
parentf17fc34849234847c3126c896352fc17a3f87f2e (diff)
parente7ea94137cd5915c9def3ccef8ad274e285387cc (diff)
downloadnixlib-cced9bc060810f8543ca961eb84872f72d40e051.tar
nixlib-cced9bc060810f8543ca961eb84872f72d40e051.tar.gz
nixlib-cced9bc060810f8543ca961eb84872f72d40e051.tar.bz2
nixlib-cced9bc060810f8543ca961eb84872f72d40e051.tar.lz
nixlib-cced9bc060810f8543ca961eb84872f72d40e051.tar.xz
nixlib-cced9bc060810f8543ca961eb84872f72d40e051.tar.zst
nixlib-cced9bc060810f8543ca961eb84872f72d40e051.zip
Merge pull request #285516 from markuskowa/upd-gromacs
gromacs: 2023.3 -> 2024
Diffstat (limited to 'pkgs/applications/science')
-rw-r--r--pkgs/applications/science/molecular-dynamics/gromacs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/molecular-dynamics/gromacs/default.nix b/pkgs/applications/science/molecular-dynamics/gromacs/default.nix
index 1daeeb81410a..80eee27eb2d9 100644
--- a/pkgs/applications/science/molecular-dynamics/gromacs/default.nix
+++ b/pkgs/applications/science/molecular-dynamics/gromacs/default.nix
@@ -40,8 +40,8 @@ let
       }
     else
       {
-        version = "2023.3";
-        hash = "sha256-Tsj40MevdrE/j9FtuOLBIOdJ3kOa6VVNn2U/gS140cs=";
+        version = "2024";
+        hash = "sha256-BNIm1SBmqLw6QuANYhPec3tOwpLiZwMGWST/AZVoAeI=";
       };
 
 in stdenv.mkDerivation rec {