Merge pull request #29174 from dywedir/fd

fd: 2.0.0 -> 3.0.0

authored by Jörg Thalheim and committed by GitHub 79c7d103 d8e730d5

+3 -3
+3 -3
pkgs/tools/misc/fd/default.nix
··· 2 3 rustPlatform.buildRustPackage rec { 4 name = "fd-${version}"; 5 - version = "2.0.0"; 6 7 src = fetchFromGitHub { 8 owner = "sharkdp"; 9 repo = "fd"; 10 rev = "v${version}"; 11 - sha256 = "1xs4y9zf5m0ykl95787jv98xg0a60gkcyyh7kg7qg4xrcgf4qz4j"; 12 }; 13 14 - depsSha256 = "1hxf3j4584jgpwrwykx6yil6q6ka9l81qvx6zrbprdxk3pslp049"; 15 16 meta = { 17 description = "A simple, fast and user-friendly alternative to find";
··· 2 3 rustPlatform.buildRustPackage rec { 4 name = "fd-${version}"; 5 + version = "3.0.0"; 6 7 src = fetchFromGitHub { 8 owner = "sharkdp"; 9 repo = "fd"; 10 rev = "v${version}"; 11 + sha256 = "0d6xfcsz2xxggk4k7xsjhhzrkd5lj6h36h97krwdxpj4n0w6py93"; 12 }; 13 14 + depsSha256 = "1icfv3v2s4wgpnp2n74ws6xl449ilgdm08balxb0m1cq9ypy744f"; 15 16 meta = { 17 description = "A simple, fast and user-friendly alternative to find";