textplots: 0.8.1 -> 0.8.2

Diff: https://diff.rs/textplots/0.8.1/0.8.2
This commit is contained in:
figsoda 2023-08-30 13:44:59 -04:00 committed by Anderson Torres
parent 82d7819568
commit de90516073

View file

@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "textplots";
version = "0.8.1";
version = "0.8.2";
src = fetchCrate {
inherit pname version;
hash = "sha256-fzuvJwxU6Vi9hWW0IcRAHUeSoOBpGyebzvgjKiYxAbs=";
hash = "sha256-NBUp5kFiODqoJrg/JBPhtaVsOikppqt2jbd3C3RQ7qg=";
};
cargoHash = "sha256-QH27BjS75jZOQBBflGapAjg49LpG12DxWZo8TjLoXmI=";
cargoHash = "sha256-hHj3Da399gbRbgHgHcBE53HJusWoPbRA184tcCSJ4fc=";
meta = with lib; {
description = "Terminal plotting written in Rust";