librelp: 1.7.0 -> 1.9.0

master
R. RyanTM 2021-01-30 12:42:58 +00:00
parent ac98f9973f
commit bf8e46cfd1
1 changed files with 2 additions and 2 deletions

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 ];