rsonpath: 0.9.0 -> 0.9.1

This commit is contained in:
R. Ryantm 2024-04-05 16:43:30 +00:00
parent 0d63422753
commit c1a7c38342

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;