icingaweb2-ipl: 0.16.1 -> 0.17.0 (#425709)

This commit is contained in:
Wolfgang Walther 2025-08-14 18:48:28 +00:00 committed by GitHub
commit 57f513d06c
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.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 = ''