Merge pull request #264455 from figsoda/rson

rsonpath: 0.8.3 -> 0.8.4

authored by

Mario Rodas and committed by
GitHub
76f9a670 e661e111

+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.3"; 8 + version = "0.8.4"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "v0ldek"; 12 12 repo = "rsonpath"; 13 13 rev = "v${version}"; 14 - hash = "sha256-gAoxWdczeaN4VqeQY0qJeLK8aABGhuwXf41QFKUxAG0="; 14 + hash = "sha256-V7Ir1FGKjKYu/J2KSBaDwLdH/MHTS+aChHWcrVTu4dY="; 15 15 }; 16 16 17 - cargoHash = "sha256-UXPVqc4RNIFKx0f/BPCfkJxilioXbRZSAgqQv1MzK7k="; 17 + cargoHash = "sha256-eiYUlHA4vK/zhfULwekt3dRVx//u5mrQ6tRdQh0tmTc="; 18 18 19 19 cargoBuildFlags = [ "-p=rsonpath" ]; 20 20 cargoTestFlags = cargoBuildFlags;