lammps-mpi: 22Jul2025_update2 -> 22Jul2025_update3 (#482161)

This commit is contained in:
nixpkgs-ci[bot]
2026-01-21 09:56:46 +00:00
committed by GitHub
+2 -2
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 = "22Jul2025_update2";
version = "22Jul2025_update3";
pname = "lammps";
src = fetchFromGitHub {
owner = "lammps";
repo = "lammps";
rev = "stable_${finalAttrs.version}";
hash = "sha256-hm+8Rxo0yzxzv/8ork7aXa0IEY2p7uoFLh5UhU2ltFc=";
hash = "sha256-W1fy7RctSpYeQr1hAwKtrerISaQw8JAvCSJaaQicYMc=";
};
preConfigure = ''
cd cmake