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

librelp: 1.7.0 -> 1.9.0
This commit is contained in:
Mario Rodas 2021-01-31 07:22:04 -05:00 committed by GitHub
commit f6e16737a2
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.7.0";
version = "1.9.0";
src = fetchFromGitHub {
owner = "rsyslog";
repo = "librelp";
rev = "v${version}";
sha256 = "0miqjck9zh1hgsx1v395n0d4f1a1p5a8khybv2nsfjq04g9359c9";
sha256 = "sha256-nE7YavjZj+nHcTNkcl/xVAaP+9XfHlTEsW18aPO/ABY=";
};
nativeBuildInputs = [ pkg-config autoreconfHook ];