Merge pull request #260218 from figsoda/regex

regex-cli: 0.1.0 -> 0.1.1
This commit is contained in:
Nick Cao 2023-10-10 18:43:44 -04:00 committed by GitHub
commit 17f9f85089
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.0";
version = "0.1.1";
src = fetchCrate {
inherit pname version;
hash = "sha256-4l12Eaab1G3SP3Srxt3UR9MCRlLm0KDPx/Z2rQpSQR0=";
hash = "sha256-i+3HluKbR+5e2Nd0E0Xy+mwsC9x3+21rFdCNmII8HsM=";
};
cargoHash = "sha256-fAIYWzfzq/VuBc684SG7p365uudX9M/TtVdMahyrmdk=";
cargoHash = "sha256-u6Gaeo9XDcyxZwBt67IF1X7rr4vR9jIrzr8keHGU88w=";
meta = with lib; {
description = "A command line tool for debugging, ad hoc benchmarking and generating regular expressions";