From bbc8d9273b8dff8dd2dfb8d757b90738a9e5f0e5 Mon Sep 17 00:00:00 2001 From: Ananth Bhaskararaman Date: Thu, 16 Jul 2026 02:40:39 +0530 Subject: [PATCH] fix(nix): update vendorHash for godbus/nftables direct deps PR #12 promoted godbus and nftables to imported (direct) dependencies. Even though go.sum was unchanged, buildGoModule now vendors them, so the go-modules hash changed and main stopped building. Update vendorHash to the value CI computed. --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 0a54145..720648b 100644 --- a/flake.nix +++ b/flake.nix @@ -35,7 +35,7 @@ # vendorHash is reproducible from go.mod + go.sum. Update by # setting `vendorHash = lib.fakeHash` and rebuilding — Nix will # print the expected hash, which you paste back here. - vendorHash = "sha256-B0H0cd5m6+bxoR5FZiRqfs/BA5x3nRbmsywAdhg+CXU="; + vendorHash = "sha256-dxdoM+2hzuX7/Qg20ETTEeIXMKgukh7/HkiHtup6laY="; # From-source build for `nix build` / `nix run`. Release artifacts # come from goreleaser (see .goreleaser.yaml); this derivation feeds