Merge pull request #260760 from emilylange/caddy
caddy: fix caddyserver/dist hash after upstream updated the tag
This commit is contained in:
commit
4183880e0e
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ let
|
|||
owner = "caddyserver";
|
||||
repo = "dist";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-b4cDDUcdVoB7kU677nrKf8W/5QMnB5vEaPYVBMllEA8=";
|
||||
hash = "sha256-aZ7hdAZJH1PvrX9GQLzLquzzZG3LZSKOvt7sWQhTiR8=";
|
||||
};
|
||||
in
|
||||
buildGoModule {
|
||||
|
|
Loading…
Reference in a new issue