about summary refs log tree commit diff
path: root/pkgs/tools/graphics
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-08-30 13:44:59 -0400
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-08-30 20:19:07 +0000
commitde90516073f4e73295daec5af1dd0921ab596aa5 (patch)
treee06f8214c05d5f8a16b9a51813972fdd8ffdb9f4 /pkgs/tools/graphics
parent82d7819568bedfd1af7bc9b9ddaaad9ec4cd38cf (diff)
textplots: 0.8.1 -> 0.8.2
Diff: https://diff.rs/textplots/0.8.1/0.8.2
Diffstat (limited to 'pkgs/tools/graphics')
-rw-r--r--pkgs/tools/graphics/textplots/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/graphics/textplots/default.nix b/pkgs/tools/graphics/textplots/default.nix
index efb6c6cce7efe..689758de2031a 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";