cloudlog: 2.4.11 -> 2.5.0

This commit is contained in:
Matt Melling 2023-11-03 18:59:29 +00:00
parent 5da8c00f11
commit c216797586
No known key found for this signature in database
GPG key ID: 6D94F6DB60A64FFE

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');"
'';