From 02939ea73c27310a9e9e60a430ff64f9c9de0c51 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sat, 24 Dec 2016 00:38:44 +0300 Subject: IcingaWeb2: 2.3.4 -> 2.4.0 Note that this new version should be able to work with new Icinga2 API instead of oldfashioned FIFO. This is not supported yet in nixsap :) --- modules/pkgs/icingaweb2/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/pkgs/icingaweb2/default.nix b/modules/pkgs/icingaweb2/default.nix index e834c4c..d0fbcc3 100644 --- a/modules/pkgs/icingaweb2/default.nix +++ b/modules/pkgs/icingaweb2/default.nix @@ -3,12 +3,12 @@ }: stdenv.mkDerivation rec { - version = "2.3.4"; + version = "2.4.0"; name = "icingaweb2-${version}"; src = fetchurl { url = "https://github.com/Icinga/icingaweb2/archive/v${version}.tar.gz"; - sha256 = "0kmxvwbr7g6daj2mqabzvmw3910igd85wrzwilkz83fizgmrszh5"; + sha256 = "15kn0sm4dcpm6hcpbinas2dvbz2ln2frrcsw0i3acnk51qm1p35a"; }; patches = [ ./sproxy.patch ]; -- cgit v1.2.3