lego: 4.23.1 -> 4.25.1

This commit is contained in:
R. Ryantm 2025-07-25 11:50:47 +00:00
parent 4481a556b4
commit 64696c5fb5

View File

@ -7,16 +7,16 @@
buildGoModule rec {
pname = "lego";
version = "4.23.1";
version = "4.25.1";
src = fetchFromGitHub {
owner = "go-acme";
repo = "lego";
tag = "v${version}";
hash = "sha256-lFsxUPFFZpsGqcya70El04AefFPBubqA/abhY7Egz8Q=";
hash = "sha256-71AaHvf2Vipmws38pcvZtsD+P6UX6dfY3d/4+0aOwVQ=";
};
vendorHash = "sha256-L9fjkSrWoP4vs+BlWyEgK+SF3tWQFiEJjd0fJqcruVM=";
vendorHash = "sha256-8135PtcC98XxbdQnF58sglAgZUkuBA+A3bSxK0+tQ9U=";
doCheck = false;