forked from mirrors/nixpkgs
librelp: 1.2.18 -> 1.3.0
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
This commit is contained in:
parent
a647ab17cc
commit
61b435d866
|
@ -1,11 +1,11 @@
|
|||
{ stdenv, fetchurl, pkgconfig, gnutls, zlib }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "librelp-1.2.18";
|
||||
name = "librelp-1.3.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://download.rsyslog.com/librelp/${name}.tar.gz";
|
||||
sha256 = "0grrnxhazd9iirj07al524xykk0k33vs0dgnpajz5vpqig4qyk53";
|
||||
sha256 = "1xg99ndn65984mrh30qvys5npc73ag4348whshghrcj9azya494z";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
|
|
Loading…
Reference in a new issue