Merge pull request #320797 from sheepforce/upd-openmolcas

openmolcas: 24.02 -> 24.06
This commit is contained in:
Markus Kowalewski 2024-06-18 19:21:10 +00:00 committed by GitHub
commit 240648a162
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,13 +43,13 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "openmolcas"; pname = "openmolcas";
version = "24.02"; version = "24.06";
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "Molcas"; owner = "Molcas";
repo = "OpenMolcas"; repo = "OpenMolcas";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-4Ek0cnaRfLEbj1Nj31rRp9b2sois4rIFTcpOUq9h2mw="; hash = "sha256-/y6vEvA1Zf+p7Z0WpcN4P5voLN8MmfbKz1FuthgVQp0=";
}; };
patches = [ patches = [