diff options
| author | R. RyanTM <ryantm-bot@ryantm.com> | 2020-07-31 18:06:04 +0000 |
|---|---|---|
| committer | R. RyanTM <ryantm-bot@ryantm.com> | 2020-07-31 18:06:04 +0000 |
| commit | 7d293e769f019c4bd953d72528d0c876cc7b5975 (patch) | |
| tree | 5820694d8e9ace058d95b49dcf46028f54e99bbf | |
| parent | Merge pull request #93189 from bbigras/nwg-launchers (diff) | |
| download | nixpkgs-7d293e769f019c4bd953d72528d0c876cc7b5975.tar.gz | |
broot: 0.18.1 -> 0.19.3
| -rw-r--r-- | pkgs/tools/misc/broot/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/broot/default.nix b/pkgs/tools/misc/broot/default.nix index 354c4b4ddf43..0ee7c93bb982 100644 --- a/pkgs/tools/misc/broot/default.nix +++ b/pkgs/tools/misc/broot/default.nix @@ -2,16 +2,16 @@ rustPlatform.buildRustPackage rec { pname = "broot"; - version = "0.18.1"; + version = "0.19.3"; src = fetchFromGitHub { owner = "Canop"; repo = pname; rev = "v${version}"; - sha256 = "0lmcjc08902h4mi6qx3x2v1xa4w980xvmbrbfm59lis856whaqww"; + sha256 = "0w03dqm9m2d41ldmjv529azpbp28jjmv21apwf6rlxh59wqgicgb"; }; - cargoSha256 = "1bgrm6a7p7xl95ljk87g4bxv1insl14yxc895yszr0my3ksmpzqh"; + cargoSha256 = "1rmhlqq5a7rfsk4m0yzl9smq33xhb5ixw11knz96ih23a53yafsc"; nativeBuildInputs = [ installShellFiles ]; |
