Merge pull request #98625 from r-ryantm/auto-update/librelp

librelp: 1.6.0 -> 1.7.0
This commit is contained in:
Sandro 2021-01-18 14:09:08 +01:00 committed by GitHub
commit cce3a0e439
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "librelp";
version = "1.6.0";
version = "1.7.0";
src = fetchFromGitHub {
owner = "rsyslog";
repo = "librelp";
rev = "v${version}";
sha256 = "132i1b1m7c7hkbxsnpa7n07cbghxjxmcbb8zhgwziaxg4nzxsa6l";
sha256 = "0miqjck9zh1hgsx1v395n0d4f1a1p5a8khybv2nsfjq04g9359c9";
};
nativeBuildInputs = [ pkgconfig autoreconfHook ];