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
+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 {