Merge pull request #319474 from r-ryantm/auto-update/regex-cli

regex-cli: 0.2.0 -> 0.2.1
This commit is contained in:
Weijia Wang 2024-06-28 00:54:26 +02:00 committed by GitHub
commit b59345afb5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,14 +5,14 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "regex-cli"; pname = "regex-cli";
version = "0.2.0"; version = "0.2.1";
src = fetchCrate { src = fetchCrate {
inherit pname version; inherit pname version;
hash = "sha256-Uo1y3L4l/Ik//NoBLsCqvQmC7ZGaSt0XzT1wDGCoU4U="; hash = "sha256-lHjChrjjqO7pApj7OA8BM2XvmU3iS+kEMPYSfb/C61U=";
}; };
cargoHash = "sha256-O0KAY9XeP+LFcvAwO5SbF5yMHU1KZ77UdkAGAcx1hHc="; cargoHash = "sha256-5uxy2iAIUh60QjEPtkOP7A86ha4CY5+1QgzdIsEKPIs=";
meta = with lib; { meta = with lib; {
description = "Command line tool for debugging, ad hoc benchmarking and generating regular expressions"; description = "Command line tool for debugging, ad hoc benchmarking and generating regular expressions";