rsyslog: 8.2506.0 -> 8.2508.0

This commit is contained in:
R. Ryantm
2025-09-04 12:39:10 +00:00
parent 925947a4cc
commit e415e2b561
+2 -2
View File
@@ -62,11 +62,11 @@
stdenv.mkDerivation rec {
pname = "rsyslog";
version = "8.2506.0";
version = "8.2508.0";
src = fetchurl {
url = "https://www.rsyslog.com/files/download/rsyslog/${pname}-${version}.tar.gz";
hash = "sha256-bW/QJXyV51Z2XU1YWoM9VN06Dl7rgwi4YqgbNop0u3s=";
hash = "sha256-yJsedNNtDKSpW3Shq+Nu0LH6rIt8i+RxqEFc+ndiBv0=";
};
nativeBuildInputs = [