Merge pull request #257739 from r-ryantm/auto-update/engelsystem

engelsystem: 3.3.0 -> 3.4.0
This commit is contained in:
Stanisław Pitucha 2023-09-28 23:04:53 +10:00 committed by GitHub
commit 4861f13a9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,11 +6,11 @@ let
in
stdenv.mkDerivation rec {
pname = "engelsystem";
version = "3.3.0";
version = "3.4.0";
src = fetchzip {
url = "https://github.com/engelsystem/engelsystem/releases/download/v${version}/engelsystem-v${version}.zip";
hash = "sha256-DS0klm26udXsiiFToeOJooA1WUR8gk0qf/UJL8E77ps=";
hash = "sha256-Z0p+6QlMrj5OtiwFKBfWxkkd/kbL2dxDSKvljcTXWo0=";
};
buildInputs = [ phpExt ];