fd: 10.4.1 -> 10.4.2

Diff: https://github.com/sharkdp/fd/compare/v10.4.1...v10.4.2
Changelog: https://github.com/sharkdp/fd/blob/v10.4.2/CHANGELOG.md

Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
This commit is contained in:
Muhammad Falak R Wani
2026-03-11 03:43:46 +00:00
parent f57b6cd43a
commit a538a3081c
+3 -3
View File
@@ -11,16 +11,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "fd";
version = "10.4.1";
version = "10.4.2";
src = fetchFromGitHub {
owner = "sharkdp";
repo = "fd";
rev = "v${finalAttrs.version}";
hash = "sha256-wmlnQyRWo7qxtRQFZywsr0eX7kVmcjyqyV5NG9VtUP0=";
hash = "sha256-D1FCry69KqXgLxU4rVmgKjkM3JqeBRQDfbp3sJtVAbU=";
};
cargoHash = "sha256-MhSc96zkkCb+TKYr0ixDSYq44qgxjkvnwEzSdIwZNBo=";
cargoHash = "sha256-nsFtnt8z1qohOtHpLk3cstrVXi/yOMMPCTt/SEEB1F0=";
nativeBuildInputs = [ installShellFiles ];