openmolcas: 24.10 -> 25.02

This commit is contained in:
Phillip Seeber
2025-04-16 14:15:37 +02:00
parent 4513971596
commit d1a19f52a1
+2 -2
View File
@@ -56,13 +56,13 @@ let
in
stdenv.mkDerivation rec {
pname = "openmolcas";
version = "24.10";
version = "25.02";
src = fetchFromGitLab {
owner = "Molcas";
repo = "OpenMolcas";
rev = "v${version}";
hash = "sha256-LXxr/xqBHG7a0rOBrb8IMZ4IjZak3NsBw40Qf+z1fic=";
hash = "sha256-Ty7C7zj1lQixuUzeKLcwQCmcPexZXtIGDzp1wUMKDi0=";
};
patches = [