engelsystem: 3.4.0 -> 3.4.1

This commit is contained in:
R. Ryantm 2023-12-14 16:54:41 +00:00 committed by Emery Hemingway
parent 6a08cc6e1a
commit 45f630473d

View file

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