Unverified Commit 0c2b67ba authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #229412 from r-ryantm/auto-update/fastJson

fastJson: 0.99.9 -> 1.2304.0
parents 79037127 1ef1f299
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ 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 ];