regex-cli: 0.1.0 -> 0.1.1

Diff: https://diff.rs/regex-cli/0.1.0/0.1.1
This commit is contained in:
figsoda 2023-10-10 09:37:32 -04:00
parent b7057368c8
commit 10a800891b

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";