Merge pull request #191024 from kilianar/broot-1.14.3

broot: 1.14.2 -> 1.14.3
This commit is contained in:
figsoda 2022-09-13 11:45:15 -04:00 committed by GitHub
commit 29f97bea6a
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.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