Merge pull request #256902 from figsoda/rson

rsonpath: 0.8.1 -> 0.8.2

authored by

Nikolay Korotkiy and committed by
GitHub
ffa0af29 0b4a9ae0

+4 -4
+4 -4
pkgs/development/tools/misc/rsonpath/default.nix
··· 5 6 rustPlatform.buildRustPackage rec { 7 pname = "rsonpath"; 8 - version = "0.8.1"; 9 10 src = fetchFromGitHub { 11 owner = "v0ldek"; 12 repo = "rsonpath"; 13 rev = "v${version}"; 14 - hash = "sha256-xLDKTvlKPhJhGPmLmKaoTnzGABEgOU/qNDODJDlqmHs="; 15 }; 16 17 - cargoHash = "sha256-lZ4A35WwQws39OJXePdoxItHYAE8EvqTLX7i8r7fW4o="; 18 19 cargoBuildFlags = [ "-p=rsonpath" ]; 20 cargoTestFlags = cargoBuildFlags; 21 22 meta = with lib; { 23 - description = "Blazing fast Rust JSONPath query engine"; 24 homepage = "https://github.com/v0ldek/rsonpath"; 25 changelog = "https://github.com/v0ldek/rsonpath/blob/${src.rev}/CHANGELOG.md"; 26 license = licenses.mit;
··· 5 6 rustPlatform.buildRustPackage rec { 7 pname = "rsonpath"; 8 + version = "0.8.2"; 9 10 src = fetchFromGitHub { 11 owner = "v0ldek"; 12 repo = "rsonpath"; 13 rev = "v${version}"; 14 + hash = "sha256-3/xhYfo23aps3UjjUEcuLYg8JALfIpbCf6LO0F2IS20="; 15 }; 16 17 + cargoHash = "sha256-2HVPqSkQU90ZAFG0tPbysCVIkd433fpTtTO1y4+ZUTU="; 18 19 cargoBuildFlags = [ "-p=rsonpath" ]; 20 cargoTestFlags = cargoBuildFlags; 21 22 meta = with lib; { 23 + description = "Experimental JSONPath engine for querying massive streamed datasets"; 24 homepage = "https://github.com/v0ldek/rsonpath"; 25 changelog = "https://github.com/v0ldek/rsonpath/blob/${src.rev}/CHANGELOG.md"; 26 license = licenses.mit;