diff options
Diffstat (limited to 'pkgs/servers/icingaweb2/ipl.nix')
| -rw-r--r-- | pkgs/servers/icingaweb2/ipl.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/icingaweb2/ipl.nix b/pkgs/servers/icingaweb2/ipl.nix index e935c283f306..e408fc8130c2 100644 --- a/pkgs/servers/icingaweb2/ipl.nix +++ b/pkgs/servers/icingaweb2/ipl.nix @@ -7,13 +7,13 @@ stdenvNoCC.mkDerivation rec { pname = "icingaweb2-ipl"; - version = "0.14.1"; + version = "0.14.2"; src = fetchFromGitHub { owner = "Icinga"; repo = "icinga-php-library"; rev = "v${version}"; - hash = "sha256-TR2hd8TdWA2zSyalxBaqqdcK6FO2CovqddF8mvvyb1U="; + hash = "sha256-dzrYiZJx7h0gQzXbmp1X3NKlWZAl7hKCEd05+lSRomg="; }; installPhase = '' |
