chore: regenerate nix deps - #2452
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2452 +/- ##
=======================================
Coverage 73.80% 73.80%
=======================================
Files 150 150
Lines 19860 19860
Branches 19 19
=======================================
Hits 14657 14657
Misses 5203 5203 🚀 New features to boost your workflow:
|
Contributor
There was a problem hiding this comment.
Pull request overview
This PR refreshes the Nix dependency pin set by regenerating nix/deps.nix from the (gitignored) nimble.lock, to restore/build the flake on current master.
Changes:
- Added newly required Nimble dependencies to
nix/deps.nix(notablyboringssl,npeg,protobuf_serialization). - Updated pinned
rev/sha256for existing dependencies (e.g.,nim-testutils,nim-chronicles,nimcrypto,nim-lsquic) to match the current lock state.
vladopajic
approved these changes
May 11, 2026
gmelodie
approved these changes
May 11, 2026
rlve
enabled auto-merge (squash)
May 11, 2026 13:31
richard-ramos
approved these changes
May 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Regenerates
nix/deps.nixfromnimble.lock.Generated by running:
nimble lock nimble lock # inside cbind/ for cbind-deps.nix tools/gen-deps.sh nimble.lock nix/deps.nix tools/gen-deps.sh cbind/nimble.lock nix/cbind-deps.nixcbind-deps.nixwas already in sync, no diff there.Affected Areas
Only touches
nix/deps.nix. No source code or protocol changes.Compatibility & Downstream Validation
startDiscoveringtoregisterInterestlogos-co/logos-libp2p-module#46Impact on Library Users
Unblocks the nix flake on master.
Risk Assessment
Low. Build-only change.