lammps-mpi: 2Aug2023_update1 -> 2Aug2023_update2

This commit is contained in:
R. Ryantm 2023-12-16 06:40:55 +00:00
parent e407ebeed0
commit bebc9fc5db

View file

@ -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