3
0
Fork 0
forked from mirrors/nixpkgs

fd: 8.7.1 -> 9.0.0

This commit is contained in:
Lena 2023-12-19 13:16:40 +01:00
parent fa5e0f2ed0
commit 7a9915455b
No known key found for this signature in database
GPG key ID: BF30558F199B4027

View file

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "fd";
version = "8.7.1";
version = "9.0.0";
src = fetchFromGitHub {
owner = "sharkdp";
repo = "fd";
rev = "v${version}";
hash = "sha256-euQiMVPKE1/YG04VKMFUA27OtoGENNhqeE0iiF/X7uc=";
hash = "sha256-xcrvAWbSvUUtbFXyENy3eQimxt5aXzFrHnL6VptyydA=";
};
cargoHash = "sha256-doeZTjFPXmxIPYX3IBtetePoNkIHnl6oPJFtXD1tgZY=";
cargoHash = "sha256-z4PV8k6avaLwo58yJq47WEUJGw3JCW1GZGviBaPTs+8=";
nativeBuildInputs = [ installShellFiles ];