Merge pull request #100354 from davidak/limesurvey-CVE-2020-11456

limesurvey: 3.23.0+200813 -> 3.23.7+201006
This commit is contained in:
Christian Kauhaus 2020-10-14 16:11:35 +02:00 committed by GitHub
commit ac6b6ec099
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "limesurvey";
version = "3.23.0+200813";
version = "3.23.7+201006";
src = fetchFromGitHub {
owner = "LimeSurvey";
repo = "LimeSurvey";
rev = version;
sha256 = "0r260z40g6b2bsfzxgfwdffbs17bl784xsc67n7q8222rs601hxf";
sha256 = "19p978p0flknsg3iqlrrbr76qsk5ha2a84nxywqsvjrjvqrh5jrc";
};
phpConfig = writeText "config.php" ''