lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

librelp: 1.2.8 -> 1.2.12

+2 -2
+2 -2
pkgs/development/libraries/librelp/default.nix
··· 1 1 { stdenv, fetchurl, pkgconfig, gnutls, zlib }: 2 2 3 3 stdenv.mkDerivation rec { 4 - name = "librelp-1.2.8"; 4 + name = "librelp-1.2.12"; 5 5 6 6 src = fetchurl { 7 7 url = "http://download.rsyslog.com/librelp/${name}.tar.gz"; 8 - sha256 = "1qxj7isa2d10aw6c4a9pd3fx08vv06rrhac312avgcjmdqaa88r6"; 8 + sha256 = "1mvvxqfsfg96rb6xv3fw7mcsqmyfnsb74sc53gnhpcpp4h2p6m83"; 9 9 }; 10 10 11 11 buildInputs = [ pkgconfig gnutls zlib ];