Skip to content

Commit 8cfe9ae

Browse files
ansi: 0.1.4 -> 0.2.0 (#406264)
Co-authored-by: phip1611 <[email protected]>
2 parents 3ff79ab + 1bf0bb1 commit 8cfe9ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/an/ansi/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66

77
rustPlatform.buildRustPackage rec {
88
pname = "ansi-escape-sequences-cli";
9-
version = "0.1.4";
9+
version = "0.2.0";
1010

1111
src = fetchCrate {
1212
inherit pname version;
13-
hash = "sha256-KGPlNXkF16VdoOb3tg3nsQRdtgU83z7ibPy965bvvDk=";
13+
hash = "sha256-15C389g4PrI8Qg25B1LxFgb7gkABw0q0O5RDg3YTv3w=";
1414
};
1515

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

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

0 commit comments

Comments
 (0)