Unverified Commit bc2d33a1 authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

lammps: 29Aug2024_update2 -> 29Aug2024_update3 (#416371)

parents 6529ddf7 081ebf07
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -49,14 +49,14 @@
stdenv.mkDerivation (finalAttrs: {
  # LAMMPS has weird versioning convention. Updates should go smoothly with:
  # nix-update --commit lammps --version-regex 'stable_(.*)'
  version = "29Aug2024_update2";
  version = "29Aug2024_update3";
  pname = "lammps";

  src = fetchFromGitHub {
    owner = "lammps";
    repo = "lammps";
    rev = "stable_${finalAttrs.version}";
    hash = "sha256-xhFLsK3CQFIfajdwkpz593KTUGwcIWX1bLIPClDe/V8=";
    hash = "sha256-nvUkRkO58Hmrsieyd9ALRUA7Q80AcZffW85ipH4NF/U=";
  };
  preConfigure = ''
    cd cmake