From bfde6ffd26ef6d57d47d34ac14a9295dcbf0560c Mon Sep 17 00:00:00 2001 From: dywedir Date: Fri, 15 Mar 2019 23:38:44 +0200 Subject: broot: 0.7.1 -> 0.7.2 --- pkgs/tools/misc/broot/default.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pkgs/tools/misc/broot/default.nix b/pkgs/tools/misc/broot/default.nix index 10309399233b..aca449a4037b 100644 --- a/pkgs/tools/misc/broot/default.nix +++ b/pkgs/tools/misc/broot/default.nix @@ -1,21 +1,21 @@ { stdenv, rustPlatform, fetchFromGitHub }: rustPlatform.buildRustPackage rec { - name = "broot-${version}"; - version = "0.7.1"; + pname = "broot"; + version = "0.7.2"; src = fetchFromGitHub { owner = "Canop"; - repo = "broot"; + repo = pname; rev = "v${version}"; - sha256 = "1rn6km5dz5bgphsswll3mwyzfkfq64j4sdwcyzkk6mmcdpzdairz"; + sha256 = "1hv9plgbwffdv94d8h6qlmazbwi56967wzqvfzr47iigbvx81vwj"; }; - cargoSha256 = "0722nzip3rl47rjrzyb2y3xbsy9ww1ldjv84qbzyy3flcyh2adjm"; + cargoSha256 = "0cq78im3hg7wns260gwvajikj80l7kjbg3zycy3nvdx34llgv0n5"; meta = with stdenv.lib; { description = "An interactive tree view, a fuzzy search, a balanced BFS descent and customizable commands"; - homepage = "https://github.com/Canop/broot"; + homepage = "https://dystroy.org/broot/"; maintainers = with maintainers; [ magnetophon ]; license = with licenses; [ mit ]; platforms = platforms.all; -- cgit 1.4.1