summaryrefslogtreecommitdiffstats
path: root/pkgs/tools
diff options
context:
space:
mode:
authorMrinal Purohit <github@mrinalpurohit.in>2021-11-21 01:47:33 +0530
committerMrinal Purohit <github@mrinalpurohit.in>2021-11-21 01:47:33 +0530
commit9387303e393e4da1e4f38caa51fc6f77a74e2edc (patch)
tree67f1255cada9828f63a6bac3f10d96050809ebed /pkgs/tools
parentd3d3d670488af80302284073a030cd164541a66d (diff)
broot: 1.7.1 -> 1.7.3
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/misc/broot/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/broot/default.nix b/pkgs/tools/misc/broot/default.nix
index 9817df780ea2..6a8ace3b2a98 100644
--- a/pkgs/tools/misc/broot/default.nix
+++ b/pkgs/tools/misc/broot/default.nix
@@ -15,14 +15,14 @@
rustPlatform.buildRustPackage rec {
pname = "broot";
- version = "1.7.1";
+ version = "1.7.3";
src = fetchCrate {
inherit pname version;
- sha256 = "sha256-Gg60jeDfHNKUYynJRgN4oLWhcdApWUdO5kRwl5hrFMM=";
+ sha256 = "sha256-qu8COcMuReV8zbDK5lm378SQY+TwDy/lo9T/ldNMfz0=";
};
- cargoHash = "sha256-xsTlFfgX3Np3M/RqmK30DZBCrY1OXnEkjqBDI+ffd/U=";
+ cargoHash = "sha256-ndFymXT2hA4ZztePDFhAYlMh8Iwxi1/ULZYGq+W5vpE=";
nativeBuildInputs = [
installShellFiles