lego: 4.17.4 -> 4.19.2 (#347554)

This commit is contained in:
Trim21
2024-10-10 19:41:37 +08:00
committed by GitHub
parent a6a742b8ed
commit 9264fc43ac
+3 -3
View File
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "lego";
version = "4.17.4";
version = "4.19.2";
src = fetchFromGitHub {
owner = "go-acme";
repo = pname;
rev = "v${version}";
sha256 = "sha256-DF9Bx6CzZLdnyqe8PNWU2I9ym2SBDAjdwG9/zxvSjgs=";
hash = "sha256-O4lzOZUiicmahxcbzPsEU2+tPDTCUun2JLeWZjpTZIQ=";
};
vendorHash = "sha256-tX/QpAZLuQEYhm1I1twlg3TefaLqfiEz9cXID+r6EHA=";
vendorHash = "sha256-BcE/8pxQdJp9vttLo4wDSUswJnaBhIn/mlt3ZcOf2wA=";
doCheck = false;