fd: 8.5.3 -> 8.6.0

https://github.com/sharkdp/fd/releases/tag/v8.6.0
This commit is contained in:
zowoq 2022-12-10 04:10:44 +10:00
parent c2e9f0550a
commit 789c2b4110

View File

@ -2,19 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "fd";
version = "8.5.3";
version = "8.6.0";
src = fetchFromGitHub {
owner = "sharkdp";
repo = "fd";
# On the next release, go back to `rev = "v${version}";`
# The 8.5.3 release appears to have been mysteriously re-tagged:
# https://github.com/sharkdp/fd/issues/1184
rev = "f6e74407e80a5563a9e4d0530371aed281e05838";
sha256 = "sha256-7QQHLw+isXtr1FDQr4aiUhvOjJUPbaxFGDwukiWBG9g=";
rev = "v${version}";
sha256 = "sha256-RVGCSUYyWo2wKRIrnci+aWEAPW9jHhMfYkYJkCgd7f8=";
};
cargoSha256 = "sha256-QFh47Pr+7lIdT++huziKgMJxvsZElTTwu11c7/wjyHE=";
cargoSha256 = "sha256-PT95U1l+BVX7sby3GKktZMmbNNQoPYR8nL+H90EnqZY=";
nativeBuildInputs = [ installShellFiles ];