Merge pull request #265355 from mattmelling/cloudlog-2.5.0

cloudlog: 2.4.11 -> 2.5.0
This commit is contained in:
Weijia Wang
2023-11-04 16:07:55 +01:00
committed by GitHub
+3 -3
View File
@@ -8,16 +8,16 @@
stdenvNoCC.mkDerivation rec {
pname = "cloudlog";
version = "2.4.11";
version = "2.5.0";
src = fetchFromGitHub {
owner = "magicbug";
repo = "Cloudlog";
rev = version;
hash = "sha256-w1QCEow0K8uzbHlyASCggw2U+1RXjPbmxd5XRSdp6yE=";
hash = "sha256-4+aP+y7TNCq7zGOK3HCrl1NQOmpOHezfbL9B1vW2AUo=";
};
postPath = ''
postPatch = ''
substituteInPlace index.php \
--replace "define('ENVIRONMENT', 'development');" "define('ENVIRONMENT', 'production');"
'';