broot: 0.6.0 -> 0.6.3

This commit is contained in:
Will Dietz 2019-02-23 14:22:48 -06:00
parent 569c594e8e
commit 277314c608

View file

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
name = "broot-${version}";
version = "0.6.0";
version = "0.6.3";
src = fetchFromGitHub {
owner = "Canop";
repo = "broot";
rev = "v${version}";
sha256 = "192qqlqym8lpskh6f7sf5fanybjwhdqs1cgl6mqm35763fa5jrdj";
sha256 = "1080rhmm3q5h00q6xk2xzbjlvr5n7gq5fscvgkyk1vwbbyh9vc79";
};
cargoSha256 = "059iylnkjb7lxxs9v2b6h05nidwgcj6kqyhcq58lalkhb63srb1q";
cargoSha256 = "0722nzip3rl47rjrzyb2y3xbsy9ww1ldjv84qbzyy3flcyh2adjm";
meta = with stdenv.lib; {
description = "An interactive tree view, a fuzzy search, a balanced BFS descent and customizable commands";