fix(flake): set vendorHash to auto-compute
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 21s

The go.mod was updated with new replace directive for golang.org/x/net.
Need to recompute vendorHash.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
ashisgreat22 2026-03-22 14:05:28 +00:00
parent 0b381c001f
commit e2ff822847

View file

@ -21,7 +21,7 @@
version = "0.1.0"; version = "0.1.0";
src = ./.; src = ./.;
vendorHash = "sha256-PTD4eEEkLGBCZbot6W4U+sMOpIbH2tcFSztQel7hyXI="; vendorHash = "";
# 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.