Merge pull request #220847 from Janik-Haag/engelsystem
engelsystem: 3.1.0 -> 3.3.0
This commit is contained in:
commit
c76fb2fef8
@ -3,14 +3,15 @@
|
|||||||
let
|
let
|
||||||
phpExt = php.withExtensions
|
phpExt = php.withExtensions
|
||||||
({ enabled, all }: with all; [ filter mysqlnd mysqli pdo pdo_mysql ]);
|
({ enabled, all }: with all; [ filter mysqlnd mysqli pdo pdo_mysql ]);
|
||||||
in stdenv.mkDerivation rec {
|
in
|
||||||
|
stdenv.mkDerivation rec {
|
||||||
pname = "engelsystem";
|
pname = "engelsystem";
|
||||||
version = "3.1.0";
|
version = "3.3.0";
|
||||||
|
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
url =
|
url =
|
||||||
"https://github.com/engelsystem/engelsystem/releases/download/v3.1.0/engelsystem-v3.1.0.zip";
|
"https://github.com/engelsystem/engelsystem/releases/download/v3.3.0/engelsystem-v3.3.0.zip";
|
||||||
sha256 = "01wra7li7n5kn1l6xkrmw4vlvvyqh089zs43qzn98hj0mw8gw7ai";
|
hash = "sha256-DS0klm26udXsiiFToeOJooA1WUR8gk0qf/UJL8E77ps=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ phpExt ];
|
buildInputs = [ phpExt ];
|
||||||
@ -20,7 +21,6 @@ in stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
# prepare
|
# prepare
|
||||||
rm -r ./storage/
|
rm -r ./storage/
|
||||||
rm -r ./docker/
|
|
||||||
|
|
||||||
ln -sf /etc/engelsystem/config.php ./config/config.php
|
ln -sf /etc/engelsystem/config.php ./config/config.php
|
||||||
ln -sf /var/lib/engelsystem/storage/ ./storage
|
ln -sf /var/lib/engelsystem/storage/ ./storage
|
||||||
@ -43,6 +43,7 @@ in stdenv.mkDerivation rec {
|
|||||||
description =
|
description =
|
||||||
"Coordinate your volunteers in teams, assign them to work shifts or let them decide for themselves when and where they want to help with what";
|
"Coordinate your volunteers in teams, assign them to work shifts or let them decide for themselves when and where they want to help with what";
|
||||||
homepage = "https://engelsystem.de";
|
homepage = "https://engelsystem.de";
|
||||||
|
changelog = "https://github.com/engelsystem/engelsystem/releases/tag/v${version}";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ kloenk ];
|
maintainers = with maintainers; [ kloenk ];
|
||||||
mainProgram = "migrate";
|
mainProgram = "migrate";
|
||||||
|
Loading…
Reference in New Issue
Block a user