3
0
Fork 0
forked from mirrors/nixpkgs

fd: 8.5.1 -> 8.5.2

https://github.com/sharkdp/fd/releases/tag/v8.5.2
This commit is contained in:
zowoq 2022-11-03 18:31:30 +10:00
parent 04da8dc6dd
commit 8ed30e2c05

View file

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "fd";
version = "8.5.1";
version = "8.5.2";
src = fetchFromGitHub {
owner = "sharkdp";
repo = "fd";
rev = "v${version}";
sha256 = "sha256-zS0AEGd+4YmwId6zJ08q3xYzXF+9K0XL8XWeXGaEJxA=";
sha256 = "sha256-APgC5159U9yMrTiGLE0ngyA5y1bbJUZgoleDAs2ZaDI=";
};
cargoSha256 = "sha256-upI/cDtqe+P7PxoWZZddPqaic2pWclpTC/ATjR7sXx8=";
cargoSha256 = "sha256-8pkn7FLPWMEwsjdwxKigHDEwBHBlh2W9R7HCUIu94Wg=";
nativeBuildInputs = [ installShellFiles ];