rsyslog: 8.2402.0 -> 8.2404.0

This commit is contained in:
R. Ryantm 2024-04-03 01:12:08 +00:00
parent ce93557538
commit 2ded5c361a

View File

@ -61,11 +61,11 @@
stdenv.mkDerivation rec {
pname = "rsyslog";
version = "8.2402.0";
version = "8.2404.0";
src = fetchurl {
url = "https://www.rsyslog.com/files/download/rsyslog/${pname}-${version}.tar.gz";
hash = "sha256-rL3YV5SJ3za0o4PcaQmmG3YjgH8K/1TAYhFfLefqhbo=";
hash = "sha256-MFKNFA7BsfB5IkCB+jffbgZYf/QrAuPmHy2qBSbFTTM=";
};
nativeBuildInputs = [