broot: 1.4.0 -> 1.6.0

This commit is contained in:
Vladyslav M 2021-06-17 13:45:18 +03:00 committed by Raphael Megzari
parent f9d16c48af
commit ea12a8ea17

View file

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