fix: update Nix vendorHash for sqlite v1.50.0 - #434
#434Merged
SuperCoolPencil merged 1 commit intoMay 10, 2026
SurgeDM:mainSurgeDM/Surge:mainfrom
leomeowqq:fix/nix-vendorhash-updateleomeowqq/Surge:fix/nix-vendorhash-updateCopy head branch name to clipboard
Merged
fix: update Nix vendorHash for sqlite v1.50.0#434SuperCoolPencil merged 1 commit intoSurgeDM:mainSurgeDM/Surge:mainfrom leomeowqq:fix/nix-vendorhash-updateleomeowqq/Surge:fix/nix-vendorhash-updateCopy head branch name to clipboard
SuperCoolPencil merged 1 commit into
SurgeDM:mainSurgeDM/Surge:mainfrom
leomeowqq:fix/nix-vendorhash-updateleomeowqq/Surge:fix/nix-vendorhash-updateCopy head branch name to clipboard
Conversation
Member
|
Thanks! 🚀 |
StressTestor
pushed a commit
to StressTestor/Surge
that referenced
this pull request
Jun 1, 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.
Sqlite was updated from 1.49.1 to 1.50.0, which broke the vendorHash in package.nix.
Fixed it
Greptile Summary
Updates the Nix
vendorHashinpackage.nixto match the new Go vendor tree after sqlite was bumped from v1.49.1 to v1.50.0. The change also reformats the function-argument list to use trailing commas and removes spaces inside thesubPackageslist literal, bringing the file in line with modern Nix style.vendorHashis replaced with the correct sha256 for the updated dependency tree; without this fix the Nix build fails hash verification.}:is removed — no behavior change.Confidence Score: 5/5
Safe to merge — the change is a mechanical hash update required by the sqlite dependency bump, with no logic changes.
The only substantive change is replacing the vendorHash to match the updated Go vendor tree for sqlite v1.50.0; the accompanying reformatting is purely cosmetic. There is nothing here that could regress runtime behaviour.
No files require special attention.
Important Files Changed
Reviews (1): Last reviewed commit: "fix: update Nix vendorHash for sqlite v1..." | Re-trigger Greptile