lol

librelp: 1.2.16 -> 1.2.17 (#44753)

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.

authored by

R. RyanTM and committed by
xeji
70f63b64 99c593a8

+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.16"; 4 + name = "librelp-1.2.17"; 5 5 6 6 src = fetchurl { 7 7 url = "http://download.rsyslog.com/librelp/${name}.tar.gz"; 8 - sha256 = "0lzxc2ydjbbs50dalqp2s107ckp63arpk223cigasq0hl395s8qc"; 8 + sha256 = "1w6blhfr3rlmvjj0fbr8rsycrkm5b92n44zaaijg1jnvxjfqpy0v"; 9 9 }; 10 10 11 11 nativeBuildInputs = [ pkgconfig ];