Merge pull request #50063 from r-ryantm/auto-update/liblognorm
liblognorm: 2.0.5 -> 2.0.6
This commit is contained in:
commit
9cd3dc89f1
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user