about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2024-04-05 18:37:47 -0500
committerGitHub <noreply@github.com>2024-04-05 18:37:47 -0500
commit71ddf077bff9f4661205384bcc0c10a5b00b6dec (patch)
treebd932be28fa7f23f8cab7ea252b75d9632d719b7
parentf57410827534f6e5c57db1281a4efc95bf2cfccd (diff)
parentc1a7c383425fe39be3313f7a2026d7baf6fffa0f (diff)
Merge pull request #301880 from r-ryantm/auto-update/rsonpath
rsonpath: 0.9.0 -> 0.9.1
-rw-r--r--pkgs/development/tools/misc/rsonpath/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/misc/rsonpath/default.nix b/pkgs/development/tools/misc/rsonpath/default.nix
index 90c5d066aef81..02a867788a4b7 100644
--- a/pkgs/development/tools/misc/rsonpath/default.nix
+++ b/pkgs/development/tools/misc/rsonpath/default.nix
@@ -5,16 +5,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "rsonpath";
-  version = "0.9.0";
+  version = "0.9.1";
 
   src = fetchFromGitHub {
     owner = "v0ldek";
     repo = "rsonpath";
     rev = "v${version}";
-    hash = "sha256-g6dBPW3iIRslzQUwcmx9Ube/Q3llp6Sstdihq9ExANU=";
+    hash = "sha256-3q0q9Bj/DPuDmHu2G9jrABFXU8xgbUUS7iTBguVWR5s=";
   };
 
-  cargoHash = "sha256-byeMX4wKFQbOH9f89cWkrpKAbhThLlR12Xok7vn/hOw=";
+  cargoHash = "sha256-bh72u1AvM6bGNQCjyu6GdAiK0jw5lE0SIdYzaZEjYg8=";
 
   cargoBuildFlags = [ "-p=rsonpath" ];
   cargoTestFlags = cargoBuildFlags;