Correctly update vendor hash
This commit is contained in:
parent
c4824bf34f
commit
297e203d0a
1 changed files with 1 additions and 1 deletions
|
|
@ -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=";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue