Skip to content

Commit

Permalink
lammps: 2Aug2023_update4 -> 29Aug2024 (#339514)
Browse files Browse the repository at this point in the history
  • Loading branch information
doronbehar committed Sep 4, 2024
2 parents 9001330 + 04cac8a commit 8682d3f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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_update4";
version = "29Aug2024";
pname = "lammps";

src = fetchFromGitHub {
owner = "lammps";
repo = "lammps";
rev = "stable_${finalAttrs.version}";
hash = "sha256-4y41kRO1iKFoCDVe6Dap4njcFa3z+9acKomoxOL7ipI=";
hash = "sha256-UySWbJPubl318IA2MeTrz3Ya+9YyVOeR/Fs4aYI1R2o=";
};
preConfigure = ''
cd cmake
Expand Down

0 comments on commit 8682d3f

Please sign in to comment.