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

librelp: 1.10.0 -> 1.11.0
This commit is contained in:
Weijia Wang 2023-03-02 00:13:22 +02:00 committed by GitHub
commit 7a1e0d28bd
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.10.0";
version = "1.11.0";
src = fetchFromGitHub {
owner = "rsyslog";
repo = "librelp";
rev = "v${version}";
sha256 = "sha256-aJLsUtik5aXfsdi+8QoDgbi4VUZ8gV3YPA6kIY6wzs4=";
sha256 = "sha256-VJlvFiOsIyiu0kBU8NkObtt9j2ElrSzJtvE8wtSlOus=";
};
nativeBuildInputs = [ pkg-config autoreconfHook ];