fastjson: 0.99.2 -> 0.99.4

This commit is contained in:
Susan Potter 2016-09-03 16:02:01 -05:00
parent a785cec01b
commit ad601446ca
1 changed files with 3 additions and 3 deletions

View File

@ -1,13 +1,13 @@
{ stdenv, fetchFromGitHub, libtool, autoconf, automake }: { stdenv, fetchFromGitHub, libtool, autoconf, automake }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "v0.99.2"; version = "v0.99.4";
name = "fastjson-${version}"; name = "fastjson-${version}";
src = fetchFromGitHub { src = fetchFromGitHub {
repo = "libfastjson"; repo = "libfastjson";
owner = "rsyslog"; owner = "rsyslog";
rev = "eabae907c9d991143e17da278a239819f2e8ae1c"; rev = "6e057a094cb225c9d80d8d6e6b1f36ca88a942dd";
sha256 = "17fhaqdn0spc4p0848ahcy68swm6l5yd3bx6bdzxmmwj1jdrmvzk"; sha256 = "1pn207p9zns0aqm6z5l5fdgb94wyyhaw83lyvyfdxmai74nbqs65";
}; };
buildInputs = [ autoconf automake libtool ]; buildInputs = [ autoconf automake libtool ];