Merge pull request #98625 from r-ryantm/auto-update/librelp
librelp: 1.6.0 -> 1.7.0
This commit is contained in:
commit
cce3a0e439
|
@ -8,13 +8,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "librelp";
|
pname = "librelp";
|
||||||
version = "1.6.0";
|
version = "1.7.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "rsyslog";
|
owner = "rsyslog";
|
||||||
repo = "librelp";
|
repo = "librelp";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "132i1b1m7c7hkbxsnpa7n07cbghxjxmcbb8zhgwziaxg4nzxsa6l";
|
sha256 = "0miqjck9zh1hgsx1v395n0d4f1a1p5a8khybv2nsfjq04g9359c9";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig autoreconfHook ];
|
nativeBuildInputs = [ pkgconfig autoreconfHook ];
|
||||||
|
|
Loading…
Reference in New Issue