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

authored by

Wolfgang Walther and committed by
GitHub
57f513d0 2982db30

+2 -2
+2 -2
pkgs/servers/icingaweb2/ipl.nix
··· 7 7 8 8 stdenvNoCC.mkDerivation rec { 9 9 pname = "icingaweb2-ipl"; 10 - version = "0.16.1"; 10 + version = "0.17.0"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "Icinga"; 14 14 repo = "icinga-php-library"; 15 15 rev = "v${version}"; 16 - hash = "sha256-NDzSX/+3DSxWCoDVkfu9XzhGiw81o07GHrUtef7zyMQ="; 16 + hash = "sha256-rtaXcJGguVZrdH7y3Ex/hgb+5oC+rrkrhllYHMQr9ns="; 17 17 }; 18 18 19 19 installPhase = ''