limesurvey: 6.10.2+250127 -> 6.15.14+250924 (#448525)

This commit is contained in:
Martin Weinelt
2025-10-05 19:15:48 +00:00
committed by GitHub
+3 -3
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "limesurvey";
version = "6.10.2+250127";
version = "6.15.14+250924";
src = fetchFromGitHub {
owner = "LimeSurvey";
repo = "LimeSurvey";
rev = version;
hash = "sha256-2ZRN2zbrrGWTXgsPeRWsQbg1qw2vVIAwzUI0LWgCL9g=";
tag = version;
hash = "sha256-xxK6JEgeBVIj8CGb0qSzwfO1Se9+jMtGB9V3rsc9bBU=";
};
phpConfig = writeText "config.php" ''