Unverified Commit 8c7c4286 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

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

regex-cli: 0.1.1 -> 0.2.0
parents de8ddd59 be3c6be0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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";