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
+1 -1
View File
@@ -12,7 +12,7 @@ let
owner = "caddyserver";
repo = "dist";
rev = "v${version}";
hash = "sha256-b4cDDUcdVoB7kU677nrKf8W/5QMnB5vEaPYVBMllEA8=";
hash = "sha256-aZ7hdAZJH1PvrX9GQLzLquzzZG3LZSKOvt7sWQhTiR8=";
};
in
buildGoModule {