icingaweb2-ipl: 0.16.1 -> 0.17.0

This commit is contained in:
R. Ryantm 2025-07-16 07:18:49 +00:00
parent 9100a4f6bf
commit 614e4dbe37

View File

@ -7,13 +7,13 @@
stdenvNoCC.mkDerivation rec {
pname = "icingaweb2-ipl";
version = "0.16.1";
version = "0.17.0";
src = fetchFromGitHub {
owner = "Icinga";
repo = "icinga-php-library";
rev = "v${version}";
hash = "sha256-NDzSX/+3DSxWCoDVkfu9XzhGiw81o07GHrUtef7zyMQ=";
hash = "sha256-rtaXcJGguVZrdH7y3Ex/hgb+5oC+rrkrhllYHMQr9ns=";
};
installPhase = ''