Commit 16d5b925 authored by R. RyanTM's avatar R. RyanTM
Browse files

lammps-mpi: 2Aug2023_update2 -> 2Aug2023_update3

parent 9c8cdfde
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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_update2";
  version = "2Aug2023_update3";
  pname = "lammps";

  src = fetchFromGitHub {
    owner = "lammps";
    repo = "lammps";
    rev = "stable_${finalAttrs.version}";
    hash = "sha256-E918Jv6RAfXmHxyHZos2F7S8HFWzU6KjxDwXYNAYFMY=";
    hash = "sha256-jx0hkiYxQlnE2sa4WTvluEgphF//sNbK91VGAQJMwjw=";
  };
  preConfigure = ''
    cd cmake