We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Inside Nixpkgs the migration to hash with a SRI hash was startet a while back. To be constant it would be nice if bundix could support this as well.
hash
bundix
actionview = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0xnpdwj1d8m6c2d90jp9cs50ggiz0jj02ls2h9lg68k4k8mnjbd2"; [...]
to
actionview = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; hash = "sha256-wBqw+YHKlxYplgsYL1pbkusHyPfCaVPcH/Yku6WDYbE="; [...]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Inside Nixpkgs the migration to
hash
with a SRI hash was startet a while back. To be constant it would be nice ifbundix
could support this as well.to
The text was updated successfully, but these errors were encountered: