Unverified Commit 5d208ba4 authored by Markus Kowalewski's avatar Markus Kowalewski Committed by GitHub
Browse files

openmolcas: 25.05 -> 25.10 (#464566)

parents 3bda4dae 50c334ab
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 = [