-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for BLAKE3 hash to fetchurl #8475
Comments
related #2166 |
@SuperSandro2000 Thanks. I'm going to leave this open because BLAKE3 is much faster than BLAKE2 and SHA. |
This could be helpful for building roc programs. Roc dependencies are pinned by a URL and a BLAKE3 hash. If it were possible to pass a BLAKE3 hash to |
I think this is also good for Guix store layer compat |
This is almost a duplicate of #11999 |
I believe this should be supported now if the |
Thanks @silvanshade |
Is your feature request related to a problem? Please describe.
No.
Describe the solution you'd like
As an alternative to md5, sha1, sha256, and sha512, I would like to use BLAKE3.
Describe alternatives you've considered
N/A.
Additional context
N/A.
Priorities
N/A.
The text was updated successfully, but these errors were encountered: