caddy: 2.4.5 -> 2.4.6

This commit is contained in:
happysalada 2021-11-08 16:56:39 -05:00
parent c11d08f023
commit bd25ccf3aa

View file

@ -2,7 +2,7 @@
buildGoModule rec {
pname = "caddy";
version = "2.4.5";
version = "2.4.6";
subPackages = [ "cmd/caddy" ];
@ -10,10 +10,10 @@ buildGoModule rec {
owner = "caddyserver";
repo = pname;
rev = "v${version}";
sha256 = "sha256-/DZnIXAvhCaXFl4DvYP4LSFQQytzj6HWYsmqx5T8GNM=";
sha256 = "sha256-xNCxzoNpXkj8WF9+kYJfO18ux8/OhxygkGjA49+Q4vY=";
};
vendorSha256 = "sha256-ZevSZ8zTGtkrrJF0xvAtxCgP0CsxcORqD40LkMQ0aWc=";
vendorSha256 = "sha256-NomgHqIiugSISbEtvIbJDn5GRn6Dn72adLPkAvLbUQU=";
passthru.tests = { inherit (nixosTests) caddy; };