Merge pull request #269648 from r-ryantm/auto-update/regex-cli
regex-cli: 0.1.1 -> 0.2.0
This commit is contained in:
commit
8c7c42861b
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user