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

librelp: 1.9.0 -> 1.10.0
This commit is contained in:
Ben Siraphob 2021-07-31 19:08:14 +07:00 committed by GitHub
commit b56f51e32a
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.9.0";
version = "1.10.0";
src = fetchFromGitHub {
owner = "rsyslog";
repo = "librelp";
rev = "v${version}";
sha256 = "sha256-nE7YavjZj+nHcTNkcl/xVAaP+9XfHlTEsW18aPO/ABY=";
sha256 = "sha256-aJLsUtik5aXfsdi+8QoDgbi4VUZ8gV3YPA6kIY6wzs4=";
};
nativeBuildInputs = [ pkg-config autoreconfHook ];