Merge pull request #301102 from r-ryantm/auto-update/rsyslog

rsyslog: 8.2402.0 -> 8.2404.0
This commit is contained in:
Nick Cao 2024-04-05 10:43:13 -04:00 committed by GitHub
commit 7efbb87314
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [