summary refs log tree commit diff
diff options
context:
space:
mode:
authorJanne Heß <janne@hess.ooo>2022-05-17 17:13:13 +0200
committerJanne Heß <janne@hess.ooo>2022-05-17 17:13:13 +0200
commit382f515dae52e9b3fa966c17d2dbe919c3b94b2f (patch)
treea21f5565c102a586c0eedcbcfcafe8fc6ebbd5a4
parent75021339971840c0f34b890e368dbfca10173d83 (diff)
downloadnixpkgs-382f515dae52e9b3fa966c17d2dbe919c3b94b2f.tar
nixpkgs-382f515dae52e9b3fa966c17d2dbe919c3b94b2f.tar.gz
nixpkgs-382f515dae52e9b3fa966c17d2dbe919c3b94b2f.tar.bz2
nixpkgs-382f515dae52e9b3fa966c17d2dbe919c3b94b2f.tar.lz
nixpkgs-382f515dae52e9b3fa966c17d2dbe919c3b94b2f.tar.xz
nixpkgs-382f515dae52e9b3fa966c17d2dbe919c3b94b2f.tar.zst
nixpkgs-382f515dae52e9b3fa966c17d2dbe919c3b94b2f.zip
icingaweb2-ipl: 0.8.0 -> 0.8.1
-rw-r--r--pkgs/servers/icingaweb2/ipl.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/icingaweb2/ipl.nix b/pkgs/servers/icingaweb2/ipl.nix
index e9075d7d043..9d21951a299 100644
--- a/pkgs/servers/icingaweb2/ipl.nix
+++ b/pkgs/servers/icingaweb2/ipl.nix
@@ -2,13 +2,13 @@
 
 stdenvNoCC.mkDerivation rec {
   pname = "icingaweb2-ipl";
-  version = "0.8.0";
+  version = "0.8.1";
 
   src = fetchFromGitHub {
     owner = "Icinga";
     repo = "icinga-php-library";
     rev = "v${version}";
-    sha256 = "sha256:05k0qcd5c5xb124dpp6lvfdh4dzf6bkd34v4sy7aj776p4hrlqx2";
+    sha256 = "sha256:0ndd4gd26rglbz85izfvqc4ghcfa7wpq6ghrhggbzg819phndg5a";
   };
 
   installPhase = ''