limesurvey: 6.6.5 -> 6.10.2 (#379337)

This commit is contained in:
Sandro
2025-02-05 15:15:53 +01:00
committed by GitHub
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "limesurvey";
version = "6.6.5+240924";
version = "6.10.2+250127";
src = fetchFromGitHub {
owner = "LimeSurvey";
repo = "LimeSurvey";
rev = version;
hash = "sha256-CuuTFCDY7jnF2njZdyB6e8/nRf0n0ybKgZ0QscC2IAI=";
hash = "sha256-2ZRN2zbrrGWTXgsPeRWsQbg1qw2vVIAwzUI0LWgCL9g=";
};
phpConfig = writeText "config.php" ''