Merge pull request #111297 from r-ryantm/auto-update/fastjson

fastJson: 0.99.8 -> 0.99.9
This commit is contained in:
Ryan Mulligan 2021-01-30 10:37:50 -08:00 committed by GitHub
commit 2864070e6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,13 +1,13 @@
{ lib, stdenv, fetchFromGitHub, libtool, autoconf, automake }:
stdenv.mkDerivation rec {
version = "0.99.8";
version = "0.99.9";
pname = "fastjson";
src = fetchFromGitHub {
repo = "libfastjson";
owner = "rsyslog";
rev = "v${version}";
sha256 = "0qhs0g9slj3p0v2z4s3cnsx44msrlb4k78ljg7714qiziqbrbwyl";
sha256 = "sha256-2LyBdJR0dV1CElcGfrlmNwX52lVtx9X/Z4h/1XFjOIs=";
};
buildInputs = [ autoconf automake libtool ];