From 5d65594677a51435b78d771504d4eadabdff21a5 Mon Sep 17 00:00:00 2001 From: figsoda Date: Sun, 27 Aug 2023 10:47:50 -0400 Subject: [PATCH] textplots: 0.8.0 -> 0.8.1 Diff: https://diff.rs/textplots/0.8.0/0.8.1 --- pkgs/tools/graphics/textplots/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/tools/graphics/textplots/default.nix b/pkgs/tools/graphics/textplots/default.nix index a0c5e72ac23c..efb6c6cce7ef 100644 --- a/pkgs/tools/graphics/textplots/default.nix +++ b/pkgs/tools/graphics/textplots/default.nix @@ -1,15 +1,15 @@ -{ fetchCrate, lib, rustPlatform }: +{ lib, rustPlatform, fetchCrate }: rustPlatform.buildRustPackage rec { pname = "textplots"; - version = "0.8.0"; + version = "0.8.1"; src = fetchCrate { inherit pname version; - sha256 = "07lxnvg8g24r1j6h07w91j5lp0azngmb76lagk55y28br0y70qr4"; + hash = "sha256-fzuvJwxU6Vi9hWW0IcRAHUeSoOBpGyebzvgjKiYxAbs="; }; - cargoSha256 = "19xb1ann3bqx26nhjjvcwqdsvzg7lflg9fdrnlx05ndd2ip44flz"; + cargoHash = "sha256-QH27BjS75jZOQBBflGapAjg49LpG12DxWZo8TjLoXmI="; meta = with lib; { description = "Terminal plotting written in Rust";