broot: 1.6.0 -> 1.6.2

This commit is contained in:
Vladyslav M 2021-08-01 18:24:16 +03:00
parent ac7935480a
commit cd3cb8a9e4
No known key found for this signature in database
GPG key ID: 3B1AD98E3D65BD4D

View file

@ -14,14 +14,14 @@
rustPlatform.buildRustPackage rec {
pname = "broot";
version = "1.6.0";
version = "1.6.2";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-H/QT/fmQI9sHjl6wMJjrfjvbOhY9VyBkAGetvcUqGrE=";
sha256 = "sha256-SjfTMBGby2jzmeNEtBVYqumLExhXW8nqxpbaeeaRM3w=";
};
cargoHash = "sha256-5mqLVbB/dLAk3Ck7ilHhVn0CB/6Ln82SaTxZ/vkx+9k=";
cargoHash = "sha256-BdSqTzXu7Glhr0fQGmnkg5BXYgdQS6jgfH3A9hPpECY=";
nativeBuildInputs = [
installShellFiles