Merge pull request #100354 from davidak/limesurvey-CVE-2020-11456
limesurvey: 3.23.0+200813 -> 3.23.7+201006
This commit is contained in:
commit
ac6b6ec099
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "limesurvey";
|
pname = "limesurvey";
|
||||||
version = "3.23.0+200813";
|
version = "3.23.7+201006";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "LimeSurvey";
|
owner = "LimeSurvey";
|
||||||
repo = "LimeSurvey";
|
repo = "LimeSurvey";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0r260z40g6b2bsfzxgfwdffbs17bl784xsc67n7q8222rs601hxf";
|
sha256 = "19p978p0flknsg3iqlrrbr76qsk5ha2a84nxywqsvjrjvqrh5jrc";
|
||||||
};
|
};
|
||||||
|
|
||||||
phpConfig = writeText "config.php" ''
|
phpConfig = writeText "config.php" ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user