Correct vendorhash again.

This commit is contained in:
Eli Ribble 2025-12-11 14:11:55 +00:00
parent ff86eed85c
commit 637decea11
No known key found for this signature in database

View file

@ -9,5 +9,5 @@ pkgs.buildGoModule rec {
subPackages = [];
version = "0.0.3";
# Needs to be updated after every modification of go.mod/go.sum
vendorHash = "sha256-Bxv6OPxW9VERETEi2QRk/t3b0HpsoHZFPUsMP85G7Ug=";
vendorHash = "sha256-7dEwIQMFGhNIMAlu3tiZ3PQoi5fq3sma85d0mEL98E0=";
}