lol

Merge pull request #285516 from markuskowa/upd-gromacs

gromacs: 2023.3 -> 2024

authored by

markuskowa and committed by
GitHub
cced9bc0 f17fc348

+2 -2
+2 -2
pkgs/applications/science/molecular-dynamics/gromacs/default.nix
··· 40 40 } 41 41 else 42 42 { 43 - version = "2023.3"; 44 - hash = "sha256-Tsj40MevdrE/j9FtuOLBIOdJ3kOa6VVNn2U/gS140cs="; 43 + version = "2024"; 44 + hash = "sha256-BNIm1SBmqLw6QuANYhPec3tOwpLiZwMGWST/AZVoAeI="; 45 45 }; 46 46 47 47 in stdenv.mkDerivation rec {