Skip to content

Commit

Permalink
liblognorm: 1.1.2 -> 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Aug 7, 2018
1 parent 146eee4 commit b4fa752
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pkgs/development/libraries/liblognorm/default.nix
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{ stdenv, fetchurl, pkgconfig, libestr, json_c, pcre }:
{ stdenv, fetchurl, pkgconfig, libestr, json_c, pcre, fastJson }:

stdenv.mkDerivation rec {
name = "liblognorm-1.1.2";
name = "liblognorm-2.0.5";

src = fetchurl {
url = "http://www.liblognorm.com/files/download/${name}.tar.gz";
sha256 = "0v2k5awr6vsbp36gybrys3zfkl675sywhsh4lnm7f21inlpi2nlk";
sha256 = "145i1lrl2n145189i7l2a62yazjg9rkyma5jic41y0r17fl1s5f8";
};

nativeBuildInputs = [ pkgconfig ];
buildInputs = [ libestr json_c pcre ];
buildInputs = [ libestr json_c pcre fastJson ];

configureFlags = [ "--enable-regexp" ];

meta = with stdenv.lib; {
Expand Down

0 comments on commit b4fa752

Please sign in to comment.