From 9534f999a4707c22a663cf1184bb83f6e05d1c03 Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Sat, 19 May 2018 08:03:21 -0700 Subject: librelp: 1.2.15 -> 1.2.16 (#40664) Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/librelp/versions. These checks were done: - built on NixOS - 0 of 0 passed binary check by having a zero exit code. - 0 of 0 passed binary check by having the new version present in output. - found 1.2.16 with grep in /nix/store/a6787dmhj4xpxwmqk8876gkyg00gr48h-librelp-1.2.16 - directory tree listing: https://gist.github.com/1f742ba05336ce792bdc905f5cd9dd4d - du listing: https://gist.github.com/3677c4e01ab864cae128476ab579a776 --- pkgs/development/libraries/librelp/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/development/libraries/librelp') diff --git a/pkgs/development/libraries/librelp/default.nix b/pkgs/development/libraries/librelp/default.nix index 55bb22e660b..083ea88301a 100644 --- a/pkgs/development/libraries/librelp/default.nix +++ b/pkgs/development/libraries/librelp/default.nix @@ -1,11 +1,11 @@ { stdenv, fetchurl, pkgconfig, gnutls, zlib }: stdenv.mkDerivation rec { - name = "librelp-1.2.15"; + name = "librelp-1.2.16"; src = fetchurl { url = "http://download.rsyslog.com/librelp/${name}.tar.gz"; - sha256 = "16d9km99isa4mwk6psf8brny1sfl45dijlkdwzp0yrjnj0nq6cd9"; + sha256 = "0lzxc2ydjbbs50dalqp2s107ckp63arpk223cigasq0hl395s8qc"; }; nativeBuildInputs = [ pkgconfig ]; -- cgit 1.4.1