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

rsyslog: 8.2310.0 -> 8.2312.0
This commit is contained in:
Weijia Wang 2024-01-03 18:56:21 +01:00 committed by GitHub
commit 02a446a1bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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