lammps: 2Aug2023_update4 -> 29Aug2024 (#339514)

This commit is contained in:
Doron Behar 2024-09-04 18:44:06 +00:00 committed by GitHub
commit 8682d3f631
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,14 +46,14 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
# LAMMPS has weird versioning convention. Updates should go smoothly with: # LAMMPS has weird versioning convention. Updates should go smoothly with:
# nix-update --commit lammps --version-regex 'stable_(.*)' # nix-update --commit lammps --version-regex 'stable_(.*)'
version = "2Aug2023_update4"; version = "29Aug2024";
pname = "lammps"; pname = "lammps";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "lammps"; owner = "lammps";
repo = "lammps"; repo = "lammps";
rev = "stable_${finalAttrs.version}"; rev = "stable_${finalAttrs.version}";
hash = "sha256-4y41kRO1iKFoCDVe6Dap4njcFa3z+9acKomoxOL7ipI="; hash = "sha256-UySWbJPubl318IA2MeTrz3Ya+9YyVOeR/Fs4aYI1R2o=";
}; };
preConfigure = '' preConfigure = ''
cd cmake cd cmake