Update vendor hash for building on Nix

This commit is contained in:
Eli Ribble 2026-01-22 03:41:08 +00:00
parent 480aaf0d0c
commit 3573127bf1
No known key found for this signature in database

View file

@ -9,5 +9,5 @@ pkgs.buildGoModule rec {
subPackages = []; subPackages = [];
version = "0.0.11"; version = "0.0.11";
# Needs to be updated after every modification of go.mod/go.sum # Needs to be updated after every modification of go.mod/go.sum
vendorHash = "sha256-fU0FPvuDC3rwQ4ygQYA3sH48o8PaK5VqqowwdUsVNaA="; vendorHash = "sha256-Z1kpPmQytPAaKXQDlD8ILNyPchZornVTO+enOcS2cEQ=";
} }