Commit b6785831 authored by Doron Behar's avatar Doron Behar
Browse files
parent 6e0ee3db
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";
  version = "29Aug2024_update1";
  pname = "lammps";

  src = fetchFromGitHub {
    owner = "lammps";
    repo = "lammps";
    rev = "stable_${finalAttrs.version}";
    hash = "sha256-UySWbJPubl318IA2MeTrz3Ya+9YyVOeR/Fs4aYI1R2o=";
    hash = "sha256-B2oMs9bVYO+G3yL1DGJVK/INIfANMDREV7AtC4kH3H8=";
  };
  preConfigure = ''
    cd cmake