Merge pull request #50063 from r-ryantm/auto-update/liblognorm

liblognorm: 2.0.5 -> 2.0.6
This commit is contained in:
Jörg Thalheim 2018-11-10 10:36:20 +00:00 committed by GitHub
commit 9cd3dc89f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, pkgconfig, libestr, json_c, pcre, fastJson }:
stdenv.mkDerivation rec {
name = "liblognorm-2.0.5";
name = "liblognorm-2.0.6";
src = fetchurl {
url = "http://www.liblognorm.com/files/download/${name}.tar.gz";
sha256 = "145i1lrl2n145189i7l2a62yazjg9rkyma5jic41y0r17fl1s5f8";
sha256 = "1wpn15c617r7lfm1z9d5aggmmi339s6yn4pdz698j0r2bkl5gw6g";
};
nativeBuildInputs = [ pkgconfig ];