-
Notifications
You must be signed in to change notification settings - Fork 251
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
Nim hash not updated in nimble.nix #6765
Comments
There are Nix CIs and they seem to be running fine:
But it's possible there are issues here. |
Does
|
Yes this is fixed now 👍 I can't see any nix in the CI but it's not something I'm familiar with |
Indeed, I was able to reproduce this on our
But the issue no longer exists in |
|
Yeah, but there is clearly an issue with some Nix derivation caching that is causing us to miss when the hash needs to be updated. Which normally is every time Nim is updated. |
Describe the bug
There's a comment in the file nix/nimble.nix :
It looks like it wasn't updated, resulting in a hash mismatch
To Reproduce
Additional context
@jakubgs since you commented in the
ethereum.nix
repo. The flake is great and makes everything super easy! I don't know what to suggest here though, obviously it is trivial to fix the hash but it's going to be missed again unless there's a CI test to catch it.The text was updated successfully, but these errors were encountered: