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

rsyslog: 8.2302.0 -> 8.2304.0
This commit is contained in:
Weijia Wang 2023-05-01 13:41:12 +03:00 committed by GitHub
commit 3f019645f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,11 +62,11 @@
stdenv.mkDerivation rec {
pname = "rsyslog";
version = "8.2302.0";
version = "8.2304.0";
src = fetchurl {
url = "https://www.rsyslog.com/files/download/rsyslog/${pname}-${version}.tar.gz";
hash = "sha256-JUFfhbZiYVzjyDB31TdYAp6HQ8tZKQRL/TVk49Ymo7k=";
hash = "sha256-0JDpAoPrS4Dei0Pl/8bktZxOOXDyqpHmO+7woRcg100=";
};
nativeBuildInputs = [