lol

ansi: 0.2.0 -> 0.2.2 (#409819)

Co-authored-by: phip1611 <phip1611@gmail.com>

authored by

nixpkgs-merge-bot[bot]
phip1611
and committed by
GitHub
710864bb deb9c9a9

+3 -3
+3 -3
pkgs/by-name/an/ansi/package.nix
··· 6 6 7 7 rustPlatform.buildRustPackage rec { 8 8 pname = "ansi-escape-sequences-cli"; 9 - version = "0.2.0"; 9 + version = "0.2.2"; 10 10 11 11 src = fetchCrate { 12 12 inherit pname version; 13 - hash = "sha256-15C389g4PrI8Qg25B1LxFgb7gkABw0q0O5RDg3YTv3w="; 13 + hash = "sha256-55CdEw1bVgabWRbZIRe9jytwDf70Y92nITwDRQaTXaQ="; 14 14 }; 15 15 16 16 useFetchCargoVendor = true; 17 - cargoHash = "sha256-u7BfevNT3f7YVFke9BzHK/LHHYJZlGTYyg0dENc1pVs="; 17 + cargoHash = "sha256-g+FP98lcC3EeQtcGO0kE+g6Z9tUgrlieTlVJYKs/ig4="; 18 18 19 19 meta = { 20 20 description = "Quickly get ANSI escape sequences";