Unverified Commit c619c842 authored by Anthony's avatar Anthony Committed by GitHub
Browse files

nagios: 4.5.9 -> 4.5.10 (#456697)

parents 8411b10e 440aca87
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,13 +16,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "nagios";
  version = "4.5.9";
  version = "4.5.10";

  src = fetchFromGitHub {
    owner = "NagiosEnterprises";
    repo = "nagioscore";
    tag = "nagios-${finalAttrs.version}";
    hash = "sha256-aOHdMZJCrGeJ3XA3+ed3JUb7X1FdfdGiT2ytzBDAT4c=";
    hash = "sha256-NnGnatzu/iFKFaofg0O2gqDqkQwg/jrBLgSmrWqef5Q=";
  };

  patches = [ ./nagios.patch ];