Get project building by fixing automatic tests

This commit is contained in:
Eli Ribble 2026-01-07 01:49:59 +00:00
parent 9cbfc58f35
commit dc38e87b4c
3 changed files with 3 additions and 1 deletions

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-7dEwIQMFGhNIMAlu3tiZ3PQoi5fq3sma85d0mEL98E0=";
vendorHash = "sha256-JuRB/2pNidonwQm6iCyUXiFxkAwizEXdwieRRjgSBwI=";
}