Commit 1ad3098f authored by R. RyanTM's avatar R. RyanTM
Browse files

rsyslog: 8.2406.0 -> 8.2408.0

parent c2bdda7b
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 = [