Merge pull request #168420 from iAmMrinal0/update/broot

broot: 1.9.1 -> 1.11.1
This commit is contained in:
Vlad M 2022-04-13 19:42:20 +03:00 committed by GitHub
commit 78b862b633
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.9.1";
version = "1.11.1";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-oIStnwbfp48QHkSlXgveH9AM2fmmrrSmwdvXxvbV/tg=";
sha256 = "sha256-MbyfdzeBo12/7M1F/J7upBQGB/tv1M4sZ+90i/vcLjs=";
};
cargoHash = "sha256-DOPFVa2w+ldG7fnundBGb+jM0t2E2jS0nJIIzekD2QE=";
cargoHash = "sha256-GDU7tL+NDKk46DYnZajcAoPMZxGCrg/IS4xhSZrB6Cs=";
nativeBuildInputs = [
installShellFiles