rsyslog-light: 8.2408.0 -> 8.2412.0

This commit is contained in:
R. Ryantm
2024-12-04 03:56:01 +00:00
parent cb35b9803f
commit f6616c8d8f
+2 -2
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 = [