lego: 4.25.1 -> 4.25.2

This commit is contained in:
R. Ryantm
2025-08-06 19:42:23 +00:00
parent bac4482d07
commit affbba2031
+2 -2
View File
@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "lego";
version = "4.25.1";
version = "4.25.2";
src = fetchFromGitHub {
owner = "go-acme";
repo = "lego";
tag = "v${version}";
hash = "sha256-71AaHvf2Vipmws38pcvZtsD+P6UX6dfY3d/4+0aOwVQ=";
hash = "sha256-VAYptzJYyo6o5MPq0DB8+VrhqzwJSPwZK6BuaXOn8VM=";
};
vendorHash = "sha256-8135PtcC98XxbdQnF58sglAgZUkuBA+A3bSxK0+tQ9U=";