Update vendor hash for recent vendor changes

This commit is contained in:
Eli Ribble 2026-01-26 20:51:07 +00:00
parent c0ecfe2e18
commit d2d95a1f6b
No known key found for this signature in database

View file

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