Unverified Commit 45d57e14 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

rsyslog: 8.2406.0 -> 8.2408.0 (#348836)

parents 6b69734f 1ad3098f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -61,11 +61,11 @@

stdenv.mkDerivation rec {
  pname = "rsyslog";
  version = "8.2406.0";
  version = "8.2408.0";

  src = fetchurl {
    url = "https://www.rsyslog.com/files/download/rsyslog/${pname}-${version}.tar.gz";
    hash = "sha256-E0PgJp3TIWb/3gTXzuv6DnFGzx28aWLFa/Qoxh8Bp98=";
    hash = "sha256-i7LxX5v5u35jUYLj0+Nwv8OdCL81o2fc6XFOGG94cgY=";
  };

  nativeBuildInputs = [