summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorajs124 <ajs124@users.noreply.github.com>2021-08-01 21:15:26 +0200
committerGitHub <noreply@github.com>2021-08-01 21:15:26 +0200
commitcf44857e06cf4776820cbeabee7686a25ef34566 (patch)
tree3e33b4dee51ced6799f0837ccc53634a9a1eccf0 /pkgs
parent29c76b8c02676fba7a65c5f1228db8e727f33617 (diff)
parent8c34740d33e7b7d400263bde0e0352736044f35b (diff)
downloadnixpkgs-cf44857e06cf4776820cbeabee7686a25ef34566.tar
nixpkgs-cf44857e06cf4776820cbeabee7686a25ef34566.tar.gz
nixpkgs-cf44857e06cf4776820cbeabee7686a25ef34566.tar.bz2
nixpkgs-cf44857e06cf4776820cbeabee7686a25ef34566.tar.lz
nixpkgs-cf44857e06cf4776820cbeabee7686a25ef34566.tar.xz
nixpkgs-cf44857e06cf4776820cbeabee7686a25ef34566.tar.zst
nixpkgs-cf44857e06cf4776820cbeabee7686a25ef34566.zip
Merge pull request #131780 from r-ryantm/auto-update/icingaweb2-ipl
icingaweb2-ipl: 0.6.0 -> 0.6.1
Diffstat (limited to 'pkgs')
-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 35b9357009c..20b29962b7c 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.6.0";
+  version = "0.6.1";
 
   src = fetchFromGitHub {
     owner = "Icinga";
     repo = "icinga-php-library";
     rev = "v${version}";
-    sha256 = "0nzvd84r9f1mypfhq4p37hsvkrbd5wzgs1m9qhj45ncvf5rq49f1";
+    sha256 = "sha256-5xlvwB1o6d3mWd0TSybQW9s88q6A7KrledY1L8xaxLU=";
   };
 
   installPhase = ''