Commit 34e5e73
Update flake to 0.11.0 and bump nixpkgs for Go 1.26.3
The release Update Nix Flake job failed because go.mod requires
go >= 1.26.3 (since #42) but the pinned nixpkgs shipped Go 1.26.1,
and Nix builds with GOTOOLCHAIN=local so it can't fetch a newer
toolchain. nix-update couldn't build quien.goModules to compute the
vendor hash.
Bump nixpkgs (13043924 -> 331800de, still github:NixOS/nixpkgs) which
ships Go 1.26.3, and set version 0.11.0 + the matching vendorHash that
the failed automation would have produced. Verified with `nix build
.#quien` (builds clean, reports 0.11.0).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 7c11e06 commit 34e5e73
2 files changed
Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments