broot: 1.25.2 -> 1.26.1

https://github.com/Canop/broot/releases/tag/v1.26.1
This commit is contained in:
kilianar 2023-10-01 15:33:40 +02:00
parent 5d861cc172
commit 6962ebbec0

View file

@ -16,16 +16,16 @@
rustPlatform.buildRustPackage rec {
pname = "broot";
version = "1.25.2";
version = "1.26.1";
src = fetchFromGitHub {
owner = "Canop";
repo = pname;
rev = "v${version}";
hash = "sha256-VN78nFMn2+EN1Zwh8t9ptge3ko0kjsiJJCcz+RDBxaA=";
hash = "sha256-IqDcE6P4DSH/A4TKzPoLZsO00t0zGPCutM0yVI41nrM=";
};
cargoHash = "sha256-IR7AOefx5Ly1G0UM3UhNOE2pYcZNmNRdiYNH48eAKXs=";
cargoHash = "sha256-Lo/O/q2kGioWxkRJ/c9jWAHSm2Y839RsK4NM4qP576c=";
nativeBuildInputs = [
installShellFiles