ansi: 0.1.4 -> 0.2.0 (#406264)

Co-authored-by: phip1611 <phip1611@gmail.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-05-12 04:30:19 +00:00
committed by GitHub
co-authored by phip1611
+3 -3
View File
@@ -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";