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

lammps-mpi: 22Jul2025_update1 -> 22Jul2025_update2 (#461171)

parents bb0cd351 1a380d4d
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 = "22Jul2025_update1";
  version = "22Jul2025_update2";
  pname = "lammps";

  src = fetchFromGitHub {
    owner = "lammps";
    repo = "lammps";
    rev = "stable_${finalAttrs.version}";
    hash = "sha256-w0SQjckqtvTKDP5zRX9QJGd5vT9HamsRwwCmEMqkZEM=";
    hash = "sha256-hm+8Rxo0yzxzv/8ork7aXa0IEY2p7uoFLh5UhU2ltFc=";
  };
  preConfigure = ''
    cd cmake