summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-09-23 06:56:20 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-09-23 06:56:20 +0000
commitd1498e8782aa8c33f352d19c11c24a6ad78c5148 (patch)
tree55eb3613e3263070c416a82fe93c173a3fcda489
parentc1bb79af498e4c548a551748053edb522ff4467a (diff)
downloadnixpkgs-d1498e8782aa8c33f352d19c11c24a6ad78c5148.tar
nixpkgs-d1498e8782aa8c33f352d19c11c24a6ad78c5148.tar.gz
nixpkgs-d1498e8782aa8c33f352d19c11c24a6ad78c5148.tar.bz2
nixpkgs-d1498e8782aa8c33f352d19c11c24a6ad78c5148.tar.lz
nixpkgs-d1498e8782aa8c33f352d19c11c24a6ad78c5148.tar.xz
nixpkgs-d1498e8782aa8c33f352d19c11c24a6ad78c5148.tar.zst
nixpkgs-d1498e8782aa8c33f352d19c11c24a6ad78c5148.zip
icingaweb2-ipl: 0.12.0 -> 0.13.0
-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 ee0ebe120f7..b9623f47c91 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.12.0";
+  version = "0.13.0";
 
   src = fetchFromGitHub {
     owner = "Icinga";
     repo = "icinga-php-library";
     rev = "v${version}";
-    hash = "sha256-Fk886oIQz9sbrPCA6AWN1OMh9uFmQPCTFWcbAUWZyXs=";
+    hash = "sha256-U3SzjjYoalejPs5hqZP2QyvlKdgdpWk9o0DkFGtWC2w=";
   };
 
   installPhase = ''