rsyslog: 8.2310.0 -> 8.2312.0

This commit is contained in:
R. Ryantm 2023-12-24 08:20:15 +00:00
parent 42e8265222
commit 2fbcfd125e

View file

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