Unverified Commit 8cfe9aeb authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

ansi: 0.1.4 -> 0.2.0 (#406264)



Co-authored-by: default avatarphip1611 <phip1611@gmail.com>
parents 3ff79ab9 1bf0bb12
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,15 +6,15 @@

rustPlatform.buildRustPackage rec {
  pname = "ansi-escape-sequences-cli";
  version = "0.1.4";
  version = "0.2.0";

  src = fetchCrate {
    inherit pname version;
    hash = "sha256-KGPlNXkF16VdoOb3tg3nsQRdtgU83z7ibPy965bvvDk=";
    hash = "sha256-15C389g4PrI8Qg25B1LxFgb7gkABw0q0O5RDg3YTv3w=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-r2dZ3io8YRWE1BJQ+gM5uwhz56RgvjHvgmARnHVsQCA=";
  cargoHash = "sha256-u7BfevNT3f7YVFke9BzHK/LHHYJZlGTYyg0dENc1pVs=";

  meta = {
    description = "Quickly get ANSI escape sequences";