From de90516073f4e73295daec5af1dd0921ab596aa5 Mon Sep 17 00:00:00 2001 From: figsoda Date: Wed, 30 Aug 2023 13:44:59 -0400 Subject: [PATCH] textplots: 0.8.1 -> 0.8.2 Diff: https://diff.rs/textplots/0.8.1/0.8.2 --- pkgs/tools/graphics/textplots/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/graphics/textplots/default.nix b/pkgs/tools/graphics/textplots/default.nix index efb6c6cce7ef..689758de2031 100644 --- a/pkgs/tools/graphics/textplots/default.nix +++ b/pkgs/tools/graphics/textplots/default.nix @@ -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";