rsyslog: 8.2308.0 -> 8.2310.0

This commit is contained in:
R. Ryantm 2023-10-19 02:42:11 +00:00
parent 1ae1ab8d01
commit 51b85c180a

View file

@ -61,11 +61,11 @@
stdenv.mkDerivation rec {
pname = "rsyslog";
version = "8.2308.0";
version = "8.2310.0";
src = fetchurl {
url = "https://www.rsyslog.com/files/download/rsyslog/${pname}-${version}.tar.gz";
hash = "sha256-AghrkSHocs6mnl0PbI4tjr/zMjSzytVQNmU3jTry48k=";
hash = "sha256-INnOeSvwp+0HA9vwlBSQ+L5lX0i1W0vr3Agnu7DdvxE=";
};
nativeBuildInputs = [