libfastjson: 0.99.4 -> 0.99.8
This commit is contained in:
parent
6220a31908
commit
146eee4464
@ -1,13 +1,13 @@
|
|||||||
{ stdenv, fetchFromGitHub, libtool, autoconf, automake }:
|
{ stdenv, fetchFromGitHub, libtool, autoconf, automake }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "0.99.4";
|
version = "0.99.8";
|
||||||
name = "fastjson-${version}";
|
name = "fastjson-${version}";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
repo = "libfastjson";
|
repo = "libfastjson";
|
||||||
owner = "rsyslog";
|
owner = "rsyslog";
|
||||||
rev = "6e057a094cb225c9d80d8d6e6b1f36ca88a942dd";
|
rev = "v${version}";
|
||||||
sha256 = "1pn207p9zns0aqm6z5l5fdgb94wyyhaw83lyvyfdxmai74nbqs65";
|
sha256 = "0qhs0g9slj3p0v2z4s3cnsx44msrlb4k78ljg7714qiziqbrbwyl";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ autoconf automake libtool ];
|
buildInputs = [ autoconf automake libtool ];
|
||||||
|
Loading…
Reference in New Issue
Block a user