mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-25 13:35:13 +00:00
broot: 0.9.4 -> 0.10.2
https://github.com/Canop/broot/releases/tag/v0.9.5 https://github.com/Canop/broot/releases/tag/v0.9.6 https://github.com/Canop/broot/releases/tag/v0.10.0 https://github.com/Canop/broot/releases/tag/v0.10.1 https://github.com/Canop/broot/releases/tag/v0.10.2
This commit is contained in:
parent
f760f0ef48
commit
3344f3e184
@ -2,16 +2,16 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "broot";
|
pname = "broot";
|
||||||
version = "0.9.4";
|
version = "0.10.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Canop";
|
owner = "Canop";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1im04vlhmjdwzp19pizk4bmzvybgjg40ig833qx5lbisfs74xyxw";
|
sha256 = "1wisqb4cqdgsnjvmpgxbzs9zcw6npqw1kqxxs8mn33sxlikhbf2l";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "0675995zh9nn690kdha3zfsa157173rxwcqz0kasbl9byjczi6sm";
|
cargoSha256 = "09gnyj97akychin1axp9kcww3c04xx7x1qnplhs2yxfki62r4y2b";
|
||||||
|
|
||||||
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 New Issue
Block a user