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

regex-cli: 0.1.1 -> 0.2.0
This commit is contained in:
figsoda 2023-11-28 14:25:48 -05:00 committed by GitHub
commit 8c7c42861b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,14 +5,14 @@
rustPlatform.buildRustPackage rec {
pname = "regex-cli";
version = "0.1.1";
version = "0.2.0";
src = fetchCrate {
inherit pname version;
hash = "sha256-i+3HluKbR+5e2Nd0E0Xy+mwsC9x3+21rFdCNmII8HsM=";
hash = "sha256-Uo1y3L4l/Ik//NoBLsCqvQmC7ZGaSt0XzT1wDGCoU4U=";
};
cargoHash = "sha256-u6Gaeo9XDcyxZwBt67IF1X7rr4vR9jIrzr8keHGU88w=";
cargoHash = "sha256-O0KAY9XeP+LFcvAwO5SbF5yMHU1KZ77UdkAGAcx1hHc=";
meta = with lib; {
description = "A command line tool for debugging, ad hoc benchmarking and generating regular expressions";