lammps: 22Jul2025 -> 22Jul2025_update1

Diff: https://github.com/lammps/lammps/compare/stable_22Jul2025...stable_22Jul2025_update1
This commit is contained in:
Doron Behar
2025-09-14 01:37:31 +03:00
parent 5853b16814
commit a2aac5898d
+2 -2
View File
@@ -49,14 +49,14 @@
stdenv.mkDerivation (finalAttrs: {
# LAMMPS has weird versioning convention. Updates should go smoothly with:
# nix-update --commit lammps --version-regex 'stable_(.*)'
version = "22Jul2025";
version = "22Jul2025_update1";
pname = "lammps";
src = fetchFromGitHub {
owner = "lammps";
repo = "lammps";
rev = "stable_${finalAttrs.version}";
hash = "sha256-h2eh7AAiesS8ORXLwyipwYZcKvB5cybFzqmhBMfzVBU=";
hash = "sha256-w0SQjckqtvTKDP5zRX9QJGd5vT9HamsRwwCmEMqkZEM=";
};
preConfigure = ''
cd cmake