limesurvey: 6.4.1+240108 -> 6.6.5+240924 (#349113)

This commit is contained in:
Vladimír Čunát
2024-10-28 11:25:26 +01:00
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "limesurvey";
version = "6.4.1+240108";
version = "6.6.5+240924";
src = fetchFromGitHub {
owner = "LimeSurvey";
repo = "LimeSurvey";
rev = version;
hash = "sha256-Cpf8X6igF7LdRbFihGudFmx/8aY0Kf0BE7jHnEF1DYA=";
hash = "sha256-CuuTFCDY7jnF2njZdyB6e8/nRf0n0ybKgZ0QscC2IAI=";
};
phpConfig = writeText "config.php" ''