Skip to content

Update nix flake for v0.11.0#220

Merged
wesm merged 1 commit intomainfrom
nix-0.11.0
Mar 25, 2026
Merged

Update nix flake for v0.11.0#220
wesm merged 1 commit intomainfrom
nix-0.11.0

Conversation

@wesm
Copy link
Copy Markdown
Owner

@wesm wesm commented Mar 25, 2026

Summary

  • Update msgvault version in flake.nix to 0.11.0
  • Fix update-nix-flake.sh sed command that replaced all version = "..." strings in flake.nix, including the pinned Go version — scope it to only the msgvault pname block

The automated update failed because sed turned Go 1.25.8 into 0.11.0, causing nix to try downloading go0.11.0.src.tar.gz (404).

🤖 Generated with Claude Code

Fix update-nix-flake.sh sed command that replaced all version strings
in flake.nix, including the pinned Go version. Scope the replacement
to only the msgvault pname block.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@roborev-ci
Copy link
Copy Markdown

roborev-ci bot commented Mar 25, 2026

roborev: Combined Review (79ff3b4)

Summary Verdict: All reviewers agree the code is clean and no issues were found.

The changes correctly pin the Nix package version to 0.11.0 and securely
refine the update script to explicitly target the msgvault version string without introducing any vulnerabilities.


Synthesized from 3 reviews (agents: codex, gemini | types: default, security)

@wesm wesm merged commit 14b0687 into main Mar 25, 2026
4 checks passed
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