Unverified Commit 8bd0188d authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #227365 from figsoda/rsonpath

rsonpath: 0.3.3 -> 0.4.0
parents ba540882 691116c7
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,16 +7,16 @@

rustPlatform.buildRustPackage rec {
  pname = "rsonpath";
  version = "0.3.3";
  version = "0.4.0";

  src = fetchFromGitHub {
    owner = "v0ldek";
    repo = "rsonpath";
    rev = "v${version}";
    hash = "sha256-kbtw8PhUecxIAxBdklbXtzS3P9o2aw8DCCJaC+vkNT0=";
    hash = "sha256-F52IUTfQ2h5z0+WeLNCCmX8vre58ayncW4/lxIwo/T8=";
  };

  cargoHash = "sha256-ZcnMpGgs/3VLdFsPPYzt2EkHNU26dvLnuOHy8OOtp0k=";
  cargoHash = "sha256-WY6wXnPh0rgjSkNMWOeOCl//kHlDk0z6Gvnjax33nvE=";

  buildNoDefaultFeatures = true;
  buildFeatures = [