mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
wordpressPackages.plugins.civicrm: bump civicrm to 6.2.0 and fix install
(cherry picked from commit 8b06db0131)
This commit is contained in:
committed by
github-actions[bot]
parent
01c9e2dd7d
commit
471ae9c094
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user