icingaweb2-ipl: 0.16.0 -> 0.16.1 (#417860)

This commit is contained in:
Wolfgang Walther 2025-06-27 15:33:59 +00:00 committed by GitHub
commit 9fcd8c86f8
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.0";
version = "0.16.1";
src = fetchFromGitHub {
owner = "Icinga";
repo = "icinga-php-library";
rev = "v${version}";
hash = "sha256-1hq7jPe8WiCPAfz7j273BCBWsX1xLVp85vhTEV+2D/E=";
hash = "sha256-NDzSX/+3DSxWCoDVkfu9XzhGiw81o07GHrUtef7zyMQ=";
};
installPhase = ''