Merge pull request #228626 from r-ryantm/auto-update/icingaweb2-ipl

icingaweb2-ipl: 0.11.0 -> 0.11.1

authored by Weijia Wang and committed by GitHub e3442bdb 227d24c9

+2 -2
+2 -2
pkgs/servers/icingaweb2/ipl.nix
··· 2 2 3 3 stdenvNoCC.mkDerivation rec { 4 4 pname = "icingaweb2-ipl"; 5 - version = "0.11.0"; 5 + version = "0.11.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "Icinga"; 9 9 repo = "icinga-php-library"; 10 10 rev = "v${version}"; 11 - hash = "sha256-3Vf3jT+/jh1YxJrnOFuGkhNIOyioZavSAHMmmkgA2gg="; 11 + hash = "sha256-XvlLNCpCLALaw4iEtDCjkLEbqcY6uTnC20UnxIRIbII="; 12 12 }; 13 13 14 14 installPhase = ''