Skip to content

Commit e81467f

Browse files
authored
Merge pull request #281496 from TheDuckWithAMonocle/limesurvery-update
limesurvey: 6.1.2+230606 → 6.4.1+240108
2 parents f5d0ff1 + 27f6a9a commit e81467f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/servers/limesurvey/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
stdenv.mkDerivation rec {
44
pname = "limesurvey";
5-
version = "6.1.2+230606";
5+
version = "6.4.1+240108";
66

77
src = fetchFromGitHub {
88
owner = "LimeSurvey";
99
repo = "LimeSurvey";
1010
rev = version;
11-
hash = "sha256-a89Kdr9XV1TSCoWxYrU0j8ec7rAcIlU/bgLtRjdzqbg=";
11+
hash = "sha256-Cpf8X6igF7LdRbFihGudFmx/8aY0Kf0BE7jHnEF1DYA=";
1212
};
1313

1414
phpConfig = writeText "config.php" ''

0 commit comments

Comments
 (0)