tre-command: 0.2.3 -> 0.3.1

Also, change `pname` to match the actual desired name. Avoid name
conflict with the other (older) package named `tre`.
This commit is contained in:
Daniel Duan 2020-06-15 21:06:09 -07:00
parent be5d646129
commit 72d867a120
1 changed files with 4 additions and 4 deletions

View File

@ -1,17 +1,17 @@
{ rustPlatform, fetchFromGitHub, stdenv }: { rustPlatform, fetchFromGitHub, stdenv }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "tre"; pname = "tre-command";
version = "0.2.3"; version = "0.3.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "dduan"; owner = "dduan";
repo = "tre"; repo = "tre";
rev = "v${version}"; rev = "v${version}";
sha256 = "1fazw2wn738iknbv54gv7qll7d4q2gy9bq1s3f3cv21cdv6bqral"; sha256 = "1fm3fszy7fd0dgf5dwm35nb0ym0waw92iyx128lr2vlbyzln6ija";
}; };
cargoSha256 = "16bvnwgjf3kj99d77j1pkldbasxfwy55sj9sv9vf2z6llfmzfabd"; cargoSha256 = "0sk4dn5rrqhkaxm76y1d7rsjsw6pdjdhb2xv7qqrlivfk6y5k31x";
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Tree command, improved"; description = "Tree command, improved";