We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4513971 commit d1a19f5Copy full SHA for d1a19f5
pkgs/by-name/op/openmolcas/package.nix
@@ -56,13 +56,13 @@ let
56
in
57
stdenv.mkDerivation rec {
58
pname = "openmolcas";
59
- version = "24.10";
+ version = "25.02";
60
61
src = fetchFromGitLab {
62
owner = "Molcas";
63
repo = "OpenMolcas";
64
rev = "v${version}";
65
- hash = "sha256-LXxr/xqBHG7a0rOBrb8IMZ4IjZak3NsBw40Qf+z1fic=";
+ hash = "sha256-Ty7C7zj1lQixuUzeKLcwQCmcPexZXtIGDzp1wUMKDi0=";
66
};
67
68
patches = [
0 commit comments