Merge pull request #301880 from r-ryantm/auto-update/rsonpath

rsonpath: 0.9.0 -> 0.9.1
This commit is contained in:
Mario Rodas 2024-04-05 18:37:47 -05:00 committed by GitHub
commit 71ddf077bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,16 +5,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "rsonpath"; pname = "rsonpath";
version = "0.9.0"; version = "0.9.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "v0ldek"; owner = "v0ldek";
repo = "rsonpath"; repo = "rsonpath";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-g6dBPW3iIRslzQUwcmx9Ube/Q3llp6Sstdihq9ExANU="; hash = "sha256-3q0q9Bj/DPuDmHu2G9jrABFXU8xgbUUS7iTBguVWR5s=";
}; };
cargoHash = "sha256-byeMX4wKFQbOH9f89cWkrpKAbhThLlR12Xok7vn/hOw="; cargoHash = "sha256-bh72u1AvM6bGNQCjyu6GdAiK0jw5lE0SIdYzaZEjYg8=";
cargoBuildFlags = [ "-p=rsonpath" ]; cargoBuildFlags = [ "-p=rsonpath" ];
cargoTestFlags = cargoBuildFlags; cargoTestFlags = cargoBuildFlags;