engelsystem: 3.3.0 -> 3.4.0
This commit is contained in:
parent
56c409f4a9
commit
962d5cd620
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue