wordpressPackages.plugins.civicrm: bump civicrm to 6.2.0 and fix install

(cherry picked from commit 8b06db0131)
This commit is contained in:
Philippe Hürlimann
2025-05-24 13:16:04 +02:00
committed by github-actions[bot]
parent 01c9e2dd7d
commit 471ae9c094

View File

@@ -6,13 +6,18 @@
{
plugins.civicrm = stdenv.mkDerivation rec {
pname = "civicrm";
version = "5.56.0";
version = "6.2.0";
src = fetchzip {
inherit version;
name = pname;
url = "https://storage.googleapis.com/${pname}/${pname}-stable/${version}/${pname}-${version}-wordpress.zip";
hash = "sha256-XsNFxVL0LF+OHlsqjjTV41x9ERLwMDq9BnKKP3Px2aI=";
url = "https://download.civicrm.org/${pname}-${version}-wordpress.zip";
hash = "sha256-Bx1rixRbqJsiMrIIkzTGeqLIc5raiNoUVTsoxZ6q9uU=";
};
installPhase = ''
runHook preInstall
cp -r ./ -T $out
runHook postInstall
'';
meta.license = lib.licenses.agpl3Only;
};
themes = {