Update vendor hash for building on Nix
This commit is contained in:
parent
480aaf0d0c
commit
3573127bf1
1 changed files with 1 additions and 1 deletions
|
|
@ -9,5 +9,5 @@ pkgs.buildGoModule rec {
|
||||||
subPackages = [];
|
subPackages = [];
|
||||||
version = "0.0.11";
|
version = "0.0.11";
|
||||||
# Needs to be updated after every modification of go.mod/go.sum
|
# Needs to be updated after every modification of go.mod/go.sum
|
||||||
vendorHash = "sha256-fU0FPvuDC3rwQ4ygQYA3sH48o8PaK5VqqowwdUsVNaA=";
|
vendorHash = "sha256-Z1kpPmQytPAaKXQDlD8ILNyPchZornVTO+enOcS2cEQ=";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue