Unverified Commit 7c15574b authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

syslogng: 4.9.0 -> 4.10.0 (#445379)

parents a7d373fa af658cf2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -65,13 +65,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "syslog-ng";
  version = "4.9.0";
  version = "4.10.0";

  src = fetchFromGitHub {
    owner = "syslog-ng";
    repo = "syslog-ng";
    tag = "syslog-ng-${finalAttrs.version}";
    hash = "sha256-/hLrUwJhA0jesOl7gmWHfTVO2M7IG8QNPRzc/TIGTH4=";
    hash = "sha256-XqYfDRJc+AwkdQGSbkslFadYqNK0UDiZOruUUMYO1po=";
    fetchSubmodules = true;
  };
  nativeBuildInputs = [