caddy: fix caddyserver/dist hash after upstream updated the tag

This was a due to a miscommunication in the caddy team.
This commit is contained in:
emilylange 2023-10-12 22:20:36 +02:00
parent d197beee94
commit 11c04faa83
No known key found for this signature in database
GPG key ID: 0AD773CE46FD0F87

View file

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