Skip to content
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

Fix: Update Nimble hash for new Nim version #6796

Closed
wants to merge 2 commits into from

Conversation

crStiv
Copy link

@crStiv crStiv commented Dec 26, 2024

Changes

  • Updated Nimble hash in nix/nimble.nix to match current Nim version
  • Added CI workflow to automatically verify hash when nimble.nix is modified

Details

  • Fixed incorrect hash in nix/nimble.nix:
    -   hash = "sha256-sa0irAZjQRZLduEMBPf7sHlY1FigBJTR/vIH4ihii/w=";
    +   hash = "sha256-MVHf19UbOWk8Zba2scj06PxdYYOJA6OXrVyDQ9Ku6Us=";
  • Added new workflow .github/workflows/check-nim-hash.yml for automatic hash verification on future updates

Related issues

Fixes #6765

Testing

  • Verified locally using nix-build nix/nimble.nix
  • CI workflow successfully verifies hash correctness

Copy link

Pull requests to the stable branch are not allowed.
Please open your pull request against the unstable branch.
See https://nimbus.guide/contribute.html#build-and-deploy

@github-actions github-actions bot closed this Dec 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Nim hash not updated in nimble.nix
1 participant