about summary refs log tree commit diff
path: root/pkgs/tools/graphics
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-01-20 18:01:02 +0000
committerGitHub <noreply@github.com>2024-01-20 18:01:02 +0000
commit4dea63e421ff4038e7fab03985ed658aaa71b041 (patch)
treeb0f37cc89f3561bd0b30a5cf2449b651e0b7a94a /pkgs/tools/graphics
parent2aa3d6edac32122e79b2f49e710d5e38f0f8a935 (diff)
parent2e7eed72914de2d0d4d38e4d545ca26702dba818 (diff)
downloadnixlib-4dea63e421ff4038e7fab03985ed658aaa71b041.tar
nixlib-4dea63e421ff4038e7fab03985ed658aaa71b041.tar.gz
nixlib-4dea63e421ff4038e7fab03985ed658aaa71b041.tar.bz2
nixlib-4dea63e421ff4038e7fab03985ed658aaa71b041.tar.lz
nixlib-4dea63e421ff4038e7fab03985ed658aaa71b041.tar.xz
nixlib-4dea63e421ff4038e7fab03985ed658aaa71b041.tar.zst
nixlib-4dea63e421ff4038e7fab03985ed658aaa71b041.zip
Merge master into staging-next
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 81d9b5de3e36..79787ec7e7d2 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.4";
+  version = "0.8.5";
 
   src = fetchCrate {
     inherit pname version;
-    hash = "sha256-DtDxD3b8idYOBcHKkLbOy6NUU0bjWzDySGoW8uOT4xc=";
+    hash = "sha256-83EAe6O8ETsuGJ5MK6kt68OnJL+r+BAYkFzvzlxHyp4=";
   };
 
-  cargoHash = "sha256-tXqonC4qawS6eu9dPt/6/TVYCjTroG+9XikmYQHCLdA=";
+  cargoHash = "sha256-O47b00PGRXTWWxywitS2V15gXahzgjNvFKUvE+VMXaM=";
 
   buildFeatures = [ "tool" ];