Skip to content

Commit 34e5e73

Browse files
retlehsclaude
andcommitted
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

File tree

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
{buildGoModule}:
1818
buildGoModule (finalAttrs: {
1919
pname = "quien";
20-
version = "0.10.0";
21-
vendorHash = "sha256-/uizVtnbjkm4CTVxLECFeqBsBEue5vb7QALA+RbLmSc=";
20+
version = "0.11.0";
21+
vendorHash = "sha256-aErscLglpLDXH5jxEt6KFDlBH2JjtXDcX4J3YrL5ouI=";
2222
src = ./.;
2323

2424
env.CGO_ENABLED = 0;

0 commit comments

Comments
 (0)