about summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-06-28 00:54:26 +0200
committerGitHub <noreply@github.com>2024-06-28 00:54:26 +0200
commitb59345afb5c1442de8e8dc82224731dfb76bd541 (patch)
tree4417c6118004cf2c14ab187813b94e1b12bd22a3 /pkgs/development/tools
parent41110b1839b00c36dbd960212f07f4ede5d5fccf (diff)
parentb1676e25e3ea6e319a03fb470372e2949a47d354 (diff)
Merge pull request #319474 from r-ryantm/auto-update/regex-cli
regex-cli: 0.2.0 -> 0.2.1
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/misc/regex-cli/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/misc/regex-cli/default.nix b/pkgs/development/tools/misc/regex-cli/default.nix
index eede6bb4d102b..0f197e66181d4 100644
--- a/pkgs/development/tools/misc/regex-cli/default.nix
+++ b/pkgs/development/tools/misc/regex-cli/default.nix
@@ -5,14 +5,14 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "regex-cli";
-  version = "0.2.0";
+  version = "0.2.1";
 
   src = fetchCrate {
     inherit pname version;
-    hash = "sha256-Uo1y3L4l/Ik//NoBLsCqvQmC7ZGaSt0XzT1wDGCoU4U=";
+    hash = "sha256-lHjChrjjqO7pApj7OA8BM2XvmU3iS+kEMPYSfb/C61U=";
   };
 
-  cargoHash = "sha256-O0KAY9XeP+LFcvAwO5SbF5yMHU1KZ77UdkAGAcx1hHc=";
+  cargoHash = "sha256-5uxy2iAIUh60QjEPtkOP7A86ha4CY5+1QgzdIsEKPIs=";
 
   meta = with lib; {
     description = "Command line tool for debugging, ad hoc benchmarking and generating regular expressions";