lammps-mpi: 29Aug2024_update3 -> 29Aug2024_update4

This commit is contained in:
R. Ryantm 2025-07-24 13:46:11 +00:00
parent ebebf7f93a
commit cc6aef7366

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 = "29Aug2024_update3";
version = "29Aug2024_update4";
pname = "lammps";
src = fetchFromGitHub {
owner = "lammps";
repo = "lammps";
rev = "stable_${finalAttrs.version}";
hash = "sha256-nvUkRkO58Hmrsieyd9ALRUA7Q80AcZffW85ipH4NF/U=";
hash = "sha256-eoRD6wYuMda3EJvdeKvNuHNHW/UthZ5oe7KE15LniFk=";
};
preConfigure = ''
cd cmake