From 27f6a9ac7b99e9ed7c39da049d3ce1898346552f Mon Sep 17 00:00:00 2001 From: TheDuckWithAMonocle Date: Wed, 17 Jan 2024 15:38:59 +0530 Subject: [PATCH] =?UTF-8?q?=20limesurvey:=206.1.2+230606=20=E2=86=92=206.4?= =?UTF-8?q?.1+240108?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/servers/limesurvey/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/limesurvey/default.nix b/pkgs/servers/limesurvey/default.nix index 40488aff18a6..791106ca3b0f 100644 --- a/pkgs/servers/limesurvey/default.nix +++ b/pkgs/servers/limesurvey/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "limesurvey"; - version = "6.1.2+230606"; + version = "6.4.1+240108"; src = fetchFromGitHub { owner = "LimeSurvey"; repo = "LimeSurvey"; rev = version; - hash = "sha256-a89Kdr9XV1TSCoWxYrU0j8ec7rAcIlU/bgLtRjdzqbg="; + hash = "sha256-Cpf8X6igF7LdRbFihGudFmx/8aY0Kf0BE7jHnEF1DYA="; }; phpConfig = writeText "config.php" ''