Skip to content

Commit

Permalink
Merge pull request NixOS#257652 from doronbehar/pkg/lammps
Browse files Browse the repository at this point in the history
lammps: 23Jun2022_update4 -> 2Aug2023_update1
  • Loading branch information
doronbehar authored Oct 3, 2023
2 parents ae2ba7e + 2112a27 commit a7da388
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,16 @@
}:

stdenv.mkDerivation (finalAttrs: {
# LAMMPS has weird versioning converted to ISO 8601 format
version = "2Aug2023";
# LAMMPS has weird versioning convention. Updates should go smoothly with:
# nix-update --commit lammps --version-regex 'stable_(.*)'
version = "2Aug2023_update1";
pname = "lammps";

src = fetchFromGitHub {
owner = "lammps";
repo = "lammps";
rev = "stable_${finalAttrs.version}";
hash = "sha256-6T4YAa4iN3pJpODGPW+faR16xxyYYdkHLavtiPUbZ4o=";
hash = "sha256-Zmn87a726qdidBfyvJlYleYv9jqyFAakxjGrg3lipc0=";
};
preConfigure = ''
cd cmake
Expand Down

0 comments on commit a7da388

Please sign in to comment.