broot: 1.16.2 -> 1.17.1

https://github.com/Canop/broot/releases/tag/v1.17.1
This commit is contained in:
kilianar
2022-12-15 11:58:28 +01:00
parent fc9bff20b4
commit a72bee00a9
+3 -3
View File
@@ -15,14 +15,14 @@
rustPlatform.buildRustPackage rec {
pname = "broot";
version = "1.16.2";
version = "1.17.1";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-5R5pGCn4CJU2kGPiu6PpUBxr0/02hOwN1ikns2pvGA0=";
sha256 = "sha256-cDB4gkogjW8+lHyzA84aKogIT8hvySqVqnXTb9ohCHE=";
};
cargoHash = "sha256-0d7EMWc/PU9kDgfTVc1SWYYym9UEULwR1X3qIW+zvjM=";
cargoHash = "sha256-M3YLgRG3UEluGapqWpIsPgHPp288DlCNV79tajPIsMc=";
nativeBuildInputs = [
installShellFiles