Skip to content

fix(nix): update the backend vendorHash after a dropped dependency - #300

Merged
sabinem merged 1 commit into
mainfrom
fix/backend-vendor-hash
Sep 11, 2026
Merged

fix(nix): update the backend vendorHash after a dropped dependency#300
sabinem merged 1 commit into
mainfrom
fix/backend-vendor-hash

Conversation

@sabinem

@sabinem sabinem commented Sep 11, 2026

Copy link
Copy Markdown
Collaborator

Removing testify took a line out of go.mod and two out of go.sum, but vendorHash still named the old module set, so the fixed-output derivation failed the hash check and no backend image could be built. The frontend was unaffected — it has no Go modules — which is why the v0.9.0 tag published half a release.

Removing testify took a line out of go.mod and two out of go.sum, but
vendorHash still named the old module set, so the fixed-output
derivation failed the hash check and no backend image could be built.
The frontend was unaffected — it has no Go modules — which is why the
v0.9.0 tag published half a release.
@sabinem
sabinem merged commit 8afd42d into main Sep 11, 2026
3 checks passed
@sabinem
sabinem deleted the fix/backend-vendor-hash branch September 11, 2026 06:41
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.

1 participant