fd-find: add v8.7.0 (#37547)

This commit is contained in:
Alec Scott 2023-05-08 13:28:50 -07:00 committed by GitHub
parent d1c722a49c
commit b013a2de50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ class FdFind(Package):
homepage = "https://github.com/sharkdp/fd"
url = "https://github.com/sharkdp/fd/archive/v7.3.0.tar.gz"
version("8.7.0", sha256="13da15f3197d58a54768aaad0099c80ad2e9756dd1b0c7df68c413ad2d5238c9")
version("7.4.0", sha256="33570ba65e7f8b438746cb92bb9bc4a6030b482a0d50db37c830c4e315877537")
depends_on("rust")