lammps: 29Aug2024 -> 29Aug2024_update1 (#345877)
This commit is contained in:
commit
0b86640b43
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user