Merge pull request #274646 from r-ryantm/auto-update/lammps-mpi

lammps-mpi: 2Aug2023_update1 -> 2Aug2023_update2
This commit is contained in:
Doron Behar 2023-12-18 08:49:41 +00:00 committed by GitHub
commit b4f9bed389
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -46,14 +46,14 @@
stdenv.mkDerivation (finalAttrs: {
# LAMMPS has weird versioning convention. Updates should go smoothly with:
# nix-update --commit lammps --version-regex 'stable_(.*)'
version = "2Aug2023_update1";
version = "2Aug2023_update2";
pname = "lammps";
src = fetchFromGitHub {
owner = "lammps";
repo = "lammps";
rev = "stable_${finalAttrs.version}";
hash = "sha256-Zmn87a726qdidBfyvJlYleYv9jqyFAakxjGrg3lipc0=";
hash = "sha256-E918Jv6RAfXmHxyHZos2F7S8HFWzU6KjxDwXYNAYFMY=";
};
preConfigure = ''
cd cmake