rsyslog: 8.2504.0 -> 8.2506.0

This commit is contained in:
R. Ryantm
2025-06-13 01:09:53 +00:00
parent cf7c43aaa4
commit 857ef33a2b
+2 -2
View File
@@ -62,11 +62,11 @@
stdenv.mkDerivation rec {
pname = "rsyslog";
version = "8.2504.0";
version = "8.2506.0";
src = fetchurl {
url = "https://www.rsyslog.com/files/download/rsyslog/${pname}-${version}.tar.gz";
hash = "sha256-UJKiDtQJh8dMxgTr/NbHSeR+ufw0rcHCY35lU+fwR6s=";
hash = "sha256-bW/QJXyV51Z2XU1YWoM9VN06Dl7rgwi4YqgbNop0u3s=";
};
nativeBuildInputs = [