lammps: 29Aug2024 -> 29Aug2024_update1 (#345877)

This commit is contained in:
Markus Kowalewski 2024-10-02 21:49:04 +02:00 committed by GitHub
commit 0b86640b43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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";
version = "29Aug2024_update1";
pname = "lammps";
src = fetchFromGitHub {
owner = "lammps";
repo = "lammps";
rev = "stable_${finalAttrs.version}";
hash = "sha256-UySWbJPubl318IA2MeTrz3Ya+9YyVOeR/Fs4aYI1R2o=";
hash = "sha256-B2oMs9bVYO+G3yL1DGJVK/INIfANMDREV7AtC4kH3H8=";
};
preConfigure = ''
cd cmake