Merge pull request #260760 from emilylange/caddy

caddy: fix caddyserver/dist hash after upstream updated the tag
This commit is contained in:
K900 2023-10-12 23:30:13 +03:00 committed by GitHub
commit 4183880e0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ let
owner = "caddyserver";
repo = "dist";
rev = "v${version}";
hash = "sha256-b4cDDUcdVoB7kU677nrKf8W/5QMnB5vEaPYVBMllEA8=";
hash = "sha256-aZ7hdAZJH1PvrX9GQLzLquzzZG3LZSKOvt7sWQhTiR8=";
};
in
buildGoModule {