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

librelp: 1.4.0 -> 1.5.0
This commit is contained in:
Mario Rodas 2020-03-11 22:53:57 -05:00 committed by GitHub
commit a94a5333a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "librelp"; pname = "librelp";
version = "1.4.0"; version = "1.5.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "rsyslog"; owner = "rsyslog";
repo = "librelp"; repo = "librelp";
rev = "v${version}"; rev = "v${version}";
sha256 = "1q0k8zm7p6wpkri419kkpz734lp1hnxfqx1aa3xys4pj7zgx9jck"; sha256 = "1il8dany6y981ficrwnxjlc13v5lj6gqia5678p5pj6bcbq7l7lb";
}; };
nativeBuildInputs = [ pkgconfig autoreconfHook ]; nativeBuildInputs = [ pkgconfig autoreconfHook ];