pufferpanel: fix vendorHash for go1.22

This commit is contained in:
Yongun Seong 2024-04-06 06:05:41 +09:00
parent 06b903ed27
commit 69ccea0338
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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).