rsonpath: 0.8.2 -> 0.8.3
Diff: https://github.com/v0ldek/rsonpath/compare/v0.8.2...v0.8.3 Changelog: https://github.com/v0ldek/rsonpath/blob/v0.8.3/CHANGELOG.md
This commit is contained in:
parent
aff5032dfb
commit
98ff20beea
@ -5,16 +5,16 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "rsonpath";
|
pname = "rsonpath";
|
||||||
version = "0.8.2";
|
version = "0.8.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "v0ldek";
|
owner = "v0ldek";
|
||||||
repo = "rsonpath";
|
repo = "rsonpath";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-3/xhYfo23aps3UjjUEcuLYg8JALfIpbCf6LO0F2IS20=";
|
hash = "sha256-gAoxWdczeaN4VqeQY0qJeLK8aABGhuwXf41QFKUxAG0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-2HVPqSkQU90ZAFG0tPbysCVIkd433fpTtTO1y4+ZUTU=";
|
cargoHash = "sha256-UXPVqc4RNIFKx0f/BPCfkJxilioXbRZSAgqQv1MzK7k=";
|
||||||
|
|
||||||
cargoBuildFlags = [ "-p=rsonpath" ];
|
cargoBuildFlags = [ "-p=rsonpath" ];
|
||||||
cargoTestFlags = cargoBuildFlags;
|
cargoTestFlags = cargoBuildFlags;
|
||||||
|
Loading…
Reference in New Issue
Block a user