about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-09-04 11:05:40 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-09-04 11:05:40 +0000
commit04cac8ac35745874c8e2ab79428f2de201a3f8e2 (patch)
tree381d6b89299d4052d3ba7df5f3dbdf11528e86fd
parente0803e24f1285072fb6a7ab8d72e652fc64c4d09 (diff)
lammps: 2Aug2023_update4 -> 29Aug2024
-rw-r--r--pkgs/applications/science/molecular-dynamics/lammps/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/molecular-dynamics/lammps/default.nix b/pkgs/applications/science/molecular-dynamics/lammps/default.nix
index 30253dfe493a5..40529487b6559 100644
--- a/pkgs/applications/science/molecular-dynamics/lammps/default.nix
+++ b/pkgs/applications/science/molecular-dynamics/lammps/default.nix
@@ -46,14 +46,14 @@
 stdenv.mkDerivation (finalAttrs: {
   # LAMMPS has weird versioning convention. Updates should go smoothly with:
   # nix-update --commit lammps --version-regex 'stable_(.*)'
-  version = "2Aug2023_update4";
+  version = "29Aug2024";
   pname = "lammps";
 
   src = fetchFromGitHub {
     owner = "lammps";
     repo = "lammps";
     rev = "stable_${finalAttrs.version}";
-    hash = "sha256-4y41kRO1iKFoCDVe6Dap4njcFa3z+9acKomoxOL7ipI=";
+    hash = "sha256-UySWbJPubl318IA2MeTrz3Ya+9YyVOeR/Fs4aYI1R2o=";
   };
   preConfigure = ''
     cd cmake