pufferpanel: fix vendorHash for go1.22
This commit is contained in:
parent
06b903ed27
commit
69ccea0338
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ buildGoModule rec {
|
|||
|
||||
nativeBuildInputs = [ makeWrapper go-swag ];
|
||||
|
||||
vendorHash = "sha256-itiWROoIhnMbG9evH6X7kjClC4VdpX983d/SCwr4HbY=";
|
||||
vendorHash = "sha256-1U7l7YW1fu5M0/pPHTLamLsTQdEltesRODUn21SuP8w=";
|
||||
proxyVendor = true;
|
||||
|
||||
# Generate code for Swagger documentation endpoints (see web/swagger/docs.go).
|
||||
|
|
Loading…
Reference in a new issue