aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2016-12-24 00:38:44 +0300
committerIgor Pashev <pashev.igor@gmail.com>2016-12-24 00:38:44 +0300
commit02939ea73c27310a9e9e60a430ff64f9c9de0c51 (patch)
tree753ea6694f569dcc9c2e0604661ea6d2ae33e081 /modules
parent8ccf8f2d13ace7a42213153b805cc791d1be3464 (diff)
downloadnixsap-02939ea73c27310a9e9e60a430ff64f9c9de0c51.tar.gz
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 :)
Diffstat (limited to 'modules')
-rw-r--r--modules/pkgs/icingaweb2/default.nix4
1 files changed, 2 insertions, 2 deletions
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 ];