Commit 50c334ab authored by Markus Kowalewski's avatar Markus Kowalewski
Browse files

openmolcas: 25.05 -> 25.10

parent fec76672
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -64,13 +64,13 @@ let
in
stdenv.mkDerivation rec {
  pname = "openmolcas";
  version = "25.06";
  version = "25.10";

  src = fetchFromGitLab {
    owner = "Molcas";
    repo = "OpenMolcas";
    rev = "v${version}";
    hash = "sha256-/d+jusCFtbAVwvords2B7Cxuxh3FwnR/AWGDeir43oU=";
    hash = "sha256-z5RNLUP1DjvQ+LvNzOBwiPrYqGeZoPPbtaJv9gIefuM=";
  };

  patches = [