broot: 1.14.2 -> 1.14.3

https://github.com/Canop/broot/releases/tag/v1.14.3
This commit is contained in:
kilianar
2022-09-13 09:59:18 +02:00
parent c76af09064
commit 657aec38e1
+3 -3
View File
@@ -15,14 +15,14 @@
rustPlatform.buildRustPackage rec {
pname = "broot";
version = "1.14.2";
version = "1.14.3";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-3SaR3ug9J1nqhbM8OW9oIM8mJwbw99YXrPgSIHsDG/0=";
sha256 = "sha256-OtpIbBrQtpxx8njhBKDB+Vk6o5sJY4jzs8cIYmUxEmw=";
};
cargoHash = "sha256-bNDM7RJCclEMRZ+BlXy0ALLZZ3Wu7wjxPMRmSeWNaVw=";
cargoHash = "sha256-lGV4fvpZ5/pcUMAvffSqh/PBASiFIpnpEKc+8zQ5/0M=";
nativeBuildInputs = [
installShellFiles