3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #217169 from r-ryantm/auto-update/icinga2

icinga2: 2.13.6 -> 2.13.7
This commit is contained in:
Jonas Heinrich 2023-02-20 12:35:30 +01:00 committed by GitHub
commit 8de42bba5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "icinga2${nameSuffix}";
version = "2.13.6";
version = "2.13.7";
src = fetchFromGitHub {
owner = "icinga";
repo = "icinga2";
rev = "v${version}";
sha256 = "sha256-Zrq+pw1dZyKVxpbsXeEPU3hLqcaYj/0wqB9HmYXnd0Y=";
sha256 = "sha256-YLNzXdR54DA9araC7pxZmopAZB90j9sx4gb3hOVsu0I=";
};
patches = [