summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJanne Heß <janne@hess.ooo>2023-01-10 14:29:36 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-01-10 14:38:51 +0000
commit07522597f577c291e191e52906306450c646d7fe (patch)
tree2bc84a9b638b94d6057293a9269883cc3a3560ff
parent09b46f2c1d8a9bd274cf324fa73691335e2d3087 (diff)
icingaweb2-ipl: 0.10.0 -> 0.10.1
(cherry picked from commit 185fb1f8e0889008ab5be1147832333c63bf7f74)
-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 8159b97686e5..06e545ed9606 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.10.0";
+ version = "0.10.1";
src = fetchFromGitHub {
owner = "Icinga";
repo = "icinga-php-library";
rev = "v${version}";
- sha256 = "sha256-nwS7mK46KSBNHdjIfzUMR4xFcHJjpNXhLYBdM7TwgNQ=";
+ hash = "sha256-zeKI8D9anPYYvNTNyl1Ej9NT7eoM4KgX5Oto783kYoI=";
};
installPhase = ''