Merge pull request #35802 from ryantm/auto-update/librelp-1.2.12-to-1.2.14
librelp: 1.2.12 -> 1.2.14
This commit is contained in:
commit
3daecb2dc0
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
{ stdenv, fetchurl, pkgconfig, gnutls, zlib }:
|
{ stdenv, fetchurl, pkgconfig, gnutls, zlib }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "librelp-1.2.12";
|
name = "librelp-1.2.14";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://download.rsyslog.com/librelp/${name}.tar.gz";
|
url = "http://download.rsyslog.com/librelp/${name}.tar.gz";
|
||||||
sha256 = "1mvvxqfsfg96rb6xv3fw7mcsqmyfnsb74sc53gnhpcpp4h2p6m83";
|
sha256 = "0marms2np729ck0x0hsj1bdmi0ly57pl7pfspwrqld9n8cd29xhi";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
|
Loading…
Reference in a new issue