We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b26b153 commit 1bf0bb1Copy full SHA for 1bf0bb1
pkgs/by-name/an/ansi/package.nix
@@ -6,15 +6,15 @@
6
7
rustPlatform.buildRustPackage rec {
8
pname = "ansi-escape-sequences-cli";
9
- version = "0.1.4";
+ version = "0.2.0";
10
11
src = fetchCrate {
12
inherit pname version;
13
- hash = "sha256-KGPlNXkF16VdoOb3tg3nsQRdtgU83z7ibPy965bvvDk=";
+ hash = "sha256-15C389g4PrI8Qg25B1LxFgb7gkABw0q0O5RDg3YTv3w=";
14
};
15
16
useFetchCargoVendor = true;
17
- cargoHash = "sha256-r2dZ3io8YRWE1BJQ+gM5uwhz56RgvjHvgmARnHVsQCA=";
+ cargoHash = "sha256-u7BfevNT3f7YVFke9BzHK/LHHYJZlGTYyg0dENc1pVs=";
18
19
meta = {
20
description = "Quickly get ANSI escape sequences";
0 commit comments