aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2018-07-09 16:53:07 +0300
committerIgor Pashev <pashev.igor@gmail.com>2018-07-09 16:53:07 +0300
commit8d908c378c1eaae71dd6fdef2f5af64f9cce9ed4 (patch)
tree8c39da5ceea5ea8d7f1c0f42e242c16ccefd3dc0
parenteda030f3cdca4aaf3132781cc27841dec5ac78f8 (diff)
downloadnixsap-8d908c378c1eaae71dd6fdef2f5af64f9cce9ed4.tar.gz
icingaweb2: 2.5.1 -> 2.5.3
-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 928c4d3..d28f15d 100644
--- a/modules/pkgs/icingaweb2/default.nix
+++ b/modules/pkgs/icingaweb2/default.nix
@@ -3,12 +3,12 @@
}:
stdenv.mkDerivation rec {
- version = "2.5.1";
+ version = "2.5.3";
name = "icingaweb2-${version}";
src = fetchurl {
url = "https://github.com/Icinga/icingaweb2/archive/v${version}.tar.gz";
- sha256 = "047s43amqj0i4k4xfac3n0784yvzphv3b9kirr4wycvn9pcz06d4";
+ sha256 = "14k5rn09v2ww71x6d8p9rh980nwsmwan2gff0b82dvcmb02576fs";
};
patches = [