-
Notifications
You must be signed in to change notification settings - Fork 26
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
changing checksums #17
Comments
That's a good one. Probably a good structural solution is to change |
The issue I encountered when trying to implement this is that the URLs don't end with |
Had I remembered this, I probably would not spend my time writing c4. Well, 🤷♀ At least lockfile-based approach is more suitable for my use case. Also, unlike the two other tools, we do not suffer from GitHub zipballs being non-deterministic: svanderburg/composer2nix#17
When re-running composer2nix, I observed some downloads of the same commits not resulting in the same checksums, e.g.
or
(the url only changes because it's quoted now)
I'm not sure what the best fix here is, but maybe using
fetchzip
instead offetchurl
would help.The text was updated successfully, but these errors were encountered: