Correctly update vendor hash

This commit is contained in:
Eli Ribble 2025-12-11 00:35:37 +00:00
parent c4824bf34f
commit 297e203d0a
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-pgA3uFQfvXdeGL350cYtwYwydOh6M6ADhKHuHiaaaao=";
vendorHash = "sha256-Bxv6OPxW9VERETEi2QRk/t3b0HpsoHZFPUsMP85G7Ug=";
}