summaryrefslogtreecommitdiffstats
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2021-01-31 07:22:04 -0500
committerGitHub <noreply@github.com>2021-01-31 07:22:04 -0500
commitf6e16737a220788adaf840a3dfef59149ab00540 (patch)
treea19686d37bef65a8d45956a3d7cbeab70e73b1bd /pkgs/development/libraries
parent717511bb8b5c3accbaaa5d2f76b1b68dff47e2a6 (diff)
parentbf8e46cfd19dcb52edbd8974c509fe04f0c73536 (diff)
Merge pull request #111306 from r-ryantm/auto-update/librelp
librelp: 1.7.0 -> 1.9.0
Diffstat (limited to 'pkgs/development/libraries')
-rw-r--r--pkgs/development/libraries/librelp/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/librelp/default.nix b/pkgs/development/libraries/librelp/default.nix
index edf927e86647..8d950d66bd21 100644
--- a/pkgs/development/libraries/librelp/default.nix
+++ b/pkgs/development/libraries/librelp/default.nix
@@ -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 ];