Merge pull request #259823 from figsoda/rson

rsonpath: 0.8.2 -> 0.8.3

authored by

Mario Rodas and committed by
GitHub
1f529ef7 db93f046

+3 -3
+3 -3
pkgs/development/tools/misc/rsonpath/default.nix
··· 5 5 6 6 rustPlatform.buildRustPackage rec { 7 7 pname = "rsonpath"; 8 - version = "0.8.2"; 8 + version = "0.8.3"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "v0ldek"; 12 12 repo = "rsonpath"; 13 13 rev = "v${version}"; 14 - hash = "sha256-3/xhYfo23aps3UjjUEcuLYg8JALfIpbCf6LO0F2IS20="; 14 + hash = "sha256-gAoxWdczeaN4VqeQY0qJeLK8aABGhuwXf41QFKUxAG0="; 15 15 }; 16 16 17 - cargoHash = "sha256-2HVPqSkQU90ZAFG0tPbysCVIkd433fpTtTO1y4+ZUTU="; 17 + cargoHash = "sha256-UXPVqc4RNIFKx0f/BPCfkJxilioXbRZSAgqQv1MzK7k="; 18 18 19 19 cargoBuildFlags = [ "-p=rsonpath" ]; 20 20 cargoTestFlags = cargoBuildFlags;