diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2023-05-02 06:07:37 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-05-03 01:25:03 +0000 |
| commit | aa90349fdb6e110f1ff817c2253be75cfb3d4b8f (patch) | |
| tree | 2869305e120d018334088164b4c7a75545bfa697 | |
| parent | Merge pull request #229464 from NixOS/backport-229427-to-release-22.11 (diff) | |
| download | nixpkgs-origin/backport-229412-to-release-22.11.tar.gz | |
fastJson: 0.99.9 -> 1.2304.0origin/backport-229412-to-release-22.11
(cherry picked from commit 1ef1f2996e5dfbb2a743799c07cbeb628b615d08)
| -rw-r--r-- | pkgs/development/libraries/fastjson/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/fastjson/default.nix b/pkgs/development/libraries/fastjson/default.nix index e4a169ef8ba9..fe71d56357d7 100644 --- a/pkgs/development/libraries/fastjson/default.nix +++ b/pkgs/development/libraries/fastjson/default.nix @@ -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 ]; |
