rsyslog-light: 8.2408.0 -> 8.2412.0 (#361644)

This commit is contained in:
Weijia Wang 2024-12-09 21:21:41 +01:00 committed by GitHub
commit 18518e1213
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -61,11 +61,11 @@
stdenv.mkDerivation rec {
pname = "rsyslog";
version = "8.2408.0";
version = "8.2412.0";
src = fetchurl {
url = "https://www.rsyslog.com/files/download/rsyslog/${pname}-${version}.tar.gz";
hash = "sha256-i7LxX5v5u35jUYLj0+Nwv8OdCL81o2fc6XFOGG94cgY=";
hash = "sha256-jN+loHfLpXa91rGEHMKEi3dOZjsuRKOVEruCAXQXSAI=";
};
nativeBuildInputs = [