Merge pull request #247122 from doronbehar/pkg/lammps

lammps: 23Jun2022_update4 -> 2Aug2023
This commit is contained in:
Doron Behar 2023-08-05 08:00:23 +00:00 committed by GitHub
commit 82326d676d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,14 +45,14 @@
stdenv.mkDerivation rec {
# LAMMPS has weird versioning converted to ISO 8601 format
version = "23Jun2022_update4";
version = "2Aug2023";
pname = "lammps";
src = fetchFromGitHub {
owner = "lammps";
repo = "lammps";
rev = "stable_${version}";
hash = "sha256-zGztc+iUFNIa0KKtfpAhwitInvMmXeTHp1XsOLibfzM=";
hash = "sha256-6T4YAa4iN3pJpODGPW+faR16xxyYYdkHLavtiPUbZ4o=";
};
preConfigure = ''
cd cmake