summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-04-28 00:19:04 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-04-28 00:19:04 +0000
commit4bd3d74a9d7fc19daeb3d7e35f53dcbf818ec294 (patch)
treef61ad50534c3a10b808df95c83de96954cb7be67
parentfdfd8fab26f4dfc686f272235517670e90438068 (diff)
downloadnixpkgs-4bd3d74a9d7fc19daeb3d7e35f53dcbf818ec294.tar
nixpkgs-4bd3d74a9d7fc19daeb3d7e35f53dcbf818ec294.tar.gz
nixpkgs-4bd3d74a9d7fc19daeb3d7e35f53dcbf818ec294.tar.bz2
nixpkgs-4bd3d74a9d7fc19daeb3d7e35f53dcbf818ec294.tar.lz
nixpkgs-4bd3d74a9d7fc19daeb3d7e35f53dcbf818ec294.tar.xz
nixpkgs-4bd3d74a9d7fc19daeb3d7e35f53dcbf818ec294.tar.zst
nixpkgs-4bd3d74a9d7fc19daeb3d7e35f53dcbf818ec294.zip
icingaweb2-ipl: 0.11.0 -> 0.11.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 491bd472c67..e7c69da133e 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.11.0";
+  version = "0.11.1";
 
   src = fetchFromGitHub {
     owner = "Icinga";
     repo = "icinga-php-library";
     rev = "v${version}";
-    hash = "sha256-3Vf3jT+/jh1YxJrnOFuGkhNIOyioZavSAHMmmkgA2gg=";
+    hash = "sha256-XvlLNCpCLALaw4iEtDCjkLEbqcY6uTnC20UnxIRIbII=";
   };
 
   installPhase = ''