fastJson: 0.99.9 -> 1.2304.0

(cherry picked from commit 1ef1f2996e)
This commit is contained in:
R. Ryantm
2023-05-02 06:07:37 +00:00
committed by github-actions[bot]
parent 5dab6490fe
commit aa90349fdb

View File

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