Merge pull request #143136 from iAmMrinal0/update/broot

broot: 1.6.2 -> 1.6.6
This commit is contained in:
figsoda
2021-10-27 12:21:50 -04:00
committed by GitHub
+3 -3
View File
@@ -14,14 +14,14 @@
rustPlatform.buildRustPackage rec {
pname = "broot";
version = "1.6.2";
version = "1.6.6";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-SjfTMBGby2jzmeNEtBVYqumLExhXW8nqxpbaeeaRM3w=";
sha256 = "sha256-Aezi005CKhGwCRZ2HwxFRRORBvVoZEzljTcKQZ8b8XI=";
};
cargoHash = "sha256-BdSqTzXu7Glhr0fQGmnkg5BXYgdQS6jgfH3A9hPpECY=";
cargoHash = "sha256-d06lvS5ajXPY/AwmE2rkya82mAOeEv04EtBElDvX2+I=";
nativeBuildInputs = [
installShellFiles