3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #205349 from qowoz/fd

fd: 8.5.3 -> 8.6.0
This commit is contained in:
figsoda 2022-12-09 14:24:26 -05:00 committed by GitHub
commit ed1dbd4975
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];