fastJson: 0.99.8 -> 0.99.9

master
R. RyanTM 2021-01-30 11:25:14 +00:00
parent ac98f9973f
commit 03ab4596f8
1 changed files with 2 additions and 2 deletions

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 ];