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

lammps-mpi: 2Aug2023_update2 -> 2Aug2023_update3
This commit is contained in:
Doron Behar 2024-03-03 10:29:57 +02:00 committed by GitHub
commit 16d33fbbed
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_update2"; version = "2Aug2023_update3";
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-E918Jv6RAfXmHxyHZos2F7S8HFWzU6KjxDwXYNAYFMY="; hash = "sha256-jx0hkiYxQlnE2sa4WTvluEgphF//sNbK91VGAQJMwjw=";
}; };
preConfigure = '' preConfigure = ''
cd cmake cd cmake