fix(flake): set correct vendorHash
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 6s
Mirror to GitHub / mirror (push) Failing after 3s
Tests / test (push) Successful in 27s

The correct vendorHash for current go.mod is:
sha256-8wlKD+33s97oorCJTfHKAgE2Xp1HKXV+bSr6z29KrKM=

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
ashisgreat22 2026-03-22 15:17:03 +00:00
parent e2ff822847
commit 994d27ff7f

View file

@ -21,7 +21,7 @@
version = "0.1.0"; version = "0.1.0";
src = ./.; src = ./.;
vendorHash = ""; vendorHash = "sha256-8wlKD+33s97oorCJTfHKAgE2Xp1HKXV+bSr6z29KrKM=";
# Run: nix build .#packages.x86_64-linux.default # Run: nix build .#packages.x86_64-linux.default
# It will fail with the correct hash. Replace vendorHash with it. # It will fail with the correct hash. Replace vendorHash with it.