icingaweb2-ipl: 0.14.2 -> 0.16.0 (#409778)

This commit is contained in:
Wolfgang Walther 2025-06-01 11:38:40 +00:00 committed by GitHub
commit 3390360529
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,13 +7,13 @@
stdenvNoCC.mkDerivation rec {
pname = "icingaweb2-ipl";
version = "0.14.2";
version = "0.16.0";
src = fetchFromGitHub {
owner = "Icinga";
repo = "icinga-php-library";
rev = "v${version}";
hash = "sha256-dzrYiZJx7h0gQzXbmp1X3NKlWZAl7hKCEd05+lSRomg=";
hash = "sha256-1hq7jPe8WiCPAfz7j273BCBWsX1xLVp85vhTEV+2D/E=";
};
installPhase = ''