mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
broot: 0.6.0 -> 0.6.3
This commit is contained in:
parent
569c594e8e
commit
277314c608
1 changed files with 3 additions and 3 deletions
|
@ -2,16 +2,16 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
name = "broot-${version}";
|
name = "broot-${version}";
|
||||||
version = "0.6.0";
|
version = "0.6.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Canop";
|
owner = "Canop";
|
||||||
repo = "broot";
|
repo = "broot";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "192qqlqym8lpskh6f7sf5fanybjwhdqs1cgl6mqm35763fa5jrdj";
|
sha256 = "1080rhmm3q5h00q6xk2xzbjlvr5n7gq5fscvgkyk1vwbbyh9vc79";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "059iylnkjb7lxxs9v2b6h05nidwgcj6kqyhcq58lalkhb63srb1q";
|
cargoSha256 = "0722nzip3rl47rjrzyb2y3xbsy9ww1ldjv84qbzyy3flcyh2adjm";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "An interactive tree view, a fuzzy search, a balanced BFS descent and customizable commands";
|
description = "An interactive tree view, a fuzzy search, a balanced BFS descent and customizable commands";
|
||||||
|
|
Loading…
Reference in a new issue