openmolcas: 25.05 -> 25.10 (#464566)

This commit is contained in:
Markus Kowalewski
2025-11-24 18:43:16 +00:00
committed by GitHub
+2 -2
View File
@@ -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 = [