Merge pull request #256902 from figsoda/rson

rsonpath: 0.8.1 -> 0.8.2

Changed files
+4 -4
pkgs
development
tools
misc
rsonpath
+4 -4
pkgs/development/tools/misc/rsonpath/default.nix
···
rustPlatform.buildRustPackage rec {
pname = "rsonpath";
-
version = "0.8.1";
+
version = "0.8.2";
src = fetchFromGitHub {
owner = "v0ldek";
repo = "rsonpath";
rev = "v${version}";
-
hash = "sha256-xLDKTvlKPhJhGPmLmKaoTnzGABEgOU/qNDODJDlqmHs=";
+
hash = "sha256-3/xhYfo23aps3UjjUEcuLYg8JALfIpbCf6LO0F2IS20=";
};
-
cargoHash = "sha256-lZ4A35WwQws39OJXePdoxItHYAE8EvqTLX7i8r7fW4o=";
+
cargoHash = "sha256-2HVPqSkQU90ZAFG0tPbysCVIkd433fpTtTO1y4+ZUTU=";
cargoBuildFlags = [ "-p=rsonpath" ];
cargoTestFlags = cargoBuildFlags;
meta = with lib; {
-
description = "Blazing fast Rust JSONPath query engine";
+
description = "Experimental JSONPath engine for querying massive streamed datasets";
homepage = "https://github.com/v0ldek/rsonpath";
changelog = "https://github.com/v0ldek/rsonpath/blob/${src.rev}/CHANGELOG.md";
license = licenses.mit;