1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 20:21:14 +00:00

rsyslog: 8.2204.1 -> 8.2206.0

This commit is contained in:
R. Ryantm 2022-08-02 00:35:09 +00:00
parent cb57a28b01
commit f2ff2843a0

View file

@ -11,11 +11,11 @@
with lib;
stdenv.mkDerivation rec {
pname = "rsyslog";
version = "8.2204.1";
version = "8.2206.0";
src = fetchurl {
url = "https://www.rsyslog.com/files/download/rsyslog/${pname}-${version}.tar.gz";
sha256 = "sha256-ptcx5GrT1k9q1LGbvxv1bKR2CkSiS7loIxidwucfcCg=";
sha256 = "sha256-oTdyGLJsB2eno/Z9Fm1TOK98JLRV017JmXThjmhFuic=";
};
#patches = [ ./fix-gnutls-detection.patch ];