mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
limesurvey: 6.1.2+230606 → 6.4.1+240108
This commit is contained in:
parent
0d9f4215a9
commit
27f6a9ac7b
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "limesurvey";
|
pname = "limesurvey";
|
||||||
version = "6.1.2+230606";
|
version = "6.4.1+240108";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "LimeSurvey";
|
owner = "LimeSurvey";
|
||||||
repo = "LimeSurvey";
|
repo = "LimeSurvey";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-a89Kdr9XV1TSCoWxYrU0j8ec7rAcIlU/bgLtRjdzqbg=";
|
hash = "sha256-Cpf8X6igF7LdRbFihGudFmx/8aY0Kf0BE7jHnEF1DYA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
phpConfig = writeText "config.php" ''
|
phpConfig = writeText "config.php" ''
|
||||||
|
Loading…
Reference in New Issue
Block a user