rsyslog: 8.2406.0 -> 8.2408.0

This commit is contained in:
R. Ryantm 2024-10-15 17:06:38 +00:00
parent c2bdda7b60
commit 1ad3098f76

View File

@ -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 = [