Update vendorHash for nix build

This commit is contained in:
soup 2026-01-17 20:37:59 -05:00
parent 007e167707
commit 5b472de209
Signed by: soup
SSH key fingerprint: SHA256:GYxje8eQkJ6HZKzVWDdyOUF1TyDiprruGhE0Ym8qYDY

View file

@ -6,7 +6,7 @@ let
version = "0.1.0";
src = ./.;
vendorHash = null; # Update after first build
vendorHash = "sha256-9YE1ppxutLP2Oh8k68gczmbeHRu0qa37UGRZJNB2KrE=";
env.GOPRIVATE = "git.soup.land";