Merge pull request #172400 from iAmMrinal0/update/broot

broot: 1.11.1 -> 1.12.0
This commit is contained in:
Vlad M 2022-05-11 10:27:52 +03:00 committed by GitHub
commit cf28039b57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,14 +15,14 @@
rustPlatform.buildRustPackage rec {
pname = "broot";
version = "1.11.1";
version = "1.12.0";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-MbyfdzeBo12/7M1F/J7upBQGB/tv1M4sZ+90i/vcLjs=";
sha256 = "sha256-WCnTmb9EEFmA4nEBD3UzV3JfyHtJyJibMd85madoyto=";
};
cargoHash = "sha256-GDU7tL+NDKk46DYnZajcAoPMZxGCrg/IS4xhSZrB6Cs=";
cargoHash = "sha256-FH+swtzO65fKWFLG3rDOysmbsVSjGFGeMiYtNQU62ww=";
nativeBuildInputs = [
installShellFiles