Commit 2f929809 authored by Phillip Seeber's avatar Phillip Seeber
Browse files

openmolcas: 25.02 -> 25.06

parent 4e7293ce
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -69,13 +69,13 @@ let
in
stdenv.mkDerivation rec {
  pname = "openmolcas";
  version = "25.02";
  version = "25.06";

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

  patches = [