fd: 10.2.0 -> 10.3.0

This commit is contained in:
R. Ryantm
2025-08-26 12:34:55 +00:00
committed by zowoq
parent 5ae2d4f494
commit 36177855bc

View File

@@ -11,16 +11,16 @@
rustPlatform.buildRustPackage rec {
pname = "fd";
version = "10.2.0";
version = "10.3.0";
src = fetchFromGitHub {
owner = "sharkdp";
repo = "fd";
rev = "v${version}";
hash = "sha256-B+lOohoPH7UkRxRNTzSVt0SDrqEwh4hIvBF3uWliDEI=";
hash = "sha256-rUoR8LHtzwGQBwJGEsWpMYKG6HcGKcktcyF7TxTDJs8=";
};
cargoHash = "sha256-0LzraGDujLMs60/Ytq2hcG/3RYbo8sJkurYVhRpa2D8=";
cargoHash = "sha256-yiR23t48I0USD21tnFZzmTmO0D8kWNzP9Ff3QM9GitU=";
nativeBuildInputs = [ installShellFiles ];