icingaweb2-ipl: 0.14.2 -> 0.16.0

This commit is contained in:
R. Ryantm 2025-05-22 13:57:33 +00:00
parent 583eef75e7
commit 5816abbcae

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 = ''