Commit 195f6a2b authored by R. RyanTM's avatar R. RyanTM
Browse files

rsyslog: 8.2108.0 -> 8.2110.0

parent 22a500a3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,11 +14,11 @@ let
in
stdenv.mkDerivation rec {
  pname = "rsyslog";
  version = "8.2108.0";
  version = "8.2110.0";

  src = fetchurl {
    url = "https://www.rsyslog.com/files/download/rsyslog/${pname}-${version}.tar.gz";
    sha256 = "sha256-SCbCttCBqclfRp+wEVvj+VEgZSl9PeAOxRN1jNswsdk=";
    sha256 = "sha256-P5BOwTfKZBLoJz94ltli7LWJ99DFib3xaxcJ7CfiTzE=";
  };

  #patches = [ ./fix-gnutls-detection.patch ];