mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
Merge pull request #251786 from figsoda/textplots
textplots: 0.8.0 -> 0.8.1
This commit is contained in:
commit
3fabe18742
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user