lammps: 22Jul2025 -> 22Jul2025_update1
Diff: https://github.com/lammps/lammps/compare/stable_22Jul2025...stable_22Jul2025_update1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user