rsonpath: 0.3.3 -> 0.4.0
Diff: https://github.com/v0ldek/rsonpath/compare/v0.3.3...v0.4.0 Changelog: https://github.com/v0ldek/rsonpath/blob/v0.4.0/CHANGELOG.md
This commit is contained in:
parent
0a0f9e92de
commit
691116c70e
1 changed files with 3 additions and 3 deletions
|
@ -7,16 +7,16 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "rsonpath";
|
pname = "rsonpath";
|
||||||
version = "0.3.3";
|
version = "0.4.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "v0ldek";
|
owner = "v0ldek";
|
||||||
repo = "rsonpath";
|
repo = "rsonpath";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-kbtw8PhUecxIAxBdklbXtzS3P9o2aw8DCCJaC+vkNT0=";
|
hash = "sha256-F52IUTfQ2h5z0+WeLNCCmX8vre58ayncW4/lxIwo/T8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-ZcnMpGgs/3VLdFsPPYzt2EkHNU26dvLnuOHy8OOtp0k=";
|
cargoHash = "sha256-WY6wXnPh0rgjSkNMWOeOCl//kHlDk0z6Gvnjax33nvE=";
|
||||||
|
|
||||||
buildNoDefaultFeatures = true;
|
buildNoDefaultFeatures = true;
|
||||||
buildFeatures = [
|
buildFeatures = [
|
||||||
|
|
Loading…
Reference in a new issue