We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d9f421 commit 27f6a9aCopy full SHA for 27f6a9a
pkgs/servers/limesurvey/default.nix
@@ -2,13 +2,13 @@
2
3
stdenv.mkDerivation rec {
4
pname = "limesurvey";
5
- version = "6.1.2+230606";
+ version = "6.4.1+240108";
6
7
src = fetchFromGitHub {
8
owner = "LimeSurvey";
9
repo = "LimeSurvey";
10
rev = version;
11
- hash = "sha256-a89Kdr9XV1TSCoWxYrU0j8ec7rAcIlU/bgLtRjdzqbg=";
+ hash = "sha256-Cpf8X6igF7LdRbFihGudFmx/8aY0Kf0BE7jHnEF1DYA=";
12
};
13
14
phpConfig = writeText "config.php" ''
0 commit comments