Commit 14b0687
Update nix flake for v0.11.0 (#220)
## 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](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent f6ed638 commit 14b0687
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| |||
0 commit comments