3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #203066 from r-ryantm/auto-update/lego

lego: 4.9.0 -> 4.9.1
This commit is contained in:
Mario Rodas 2022-11-29 20:48:14 -05:00 committed by GitHub
commit 748ac95c1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "lego";
version = "4.9.0";
version = "4.9.1";
src = fetchFromGitHub {
owner = "go-acme";
repo = pname;
rev = "v${version}";
sha256 = "sha256-lMPyquQ+CeMe/V+hG4h61+GiuCXqjVAcTV9Fo3DNb6E=";
sha256 = "sha256-YaJT+gTnw9A2joL8D3P7fs/NTyHpH4gDhg6STv19SZU=";
};
vendorSha256 = "sha256-gHwyXzmws99tPRJKR/boc0Hf+b5h9ZkzH2aiN8u6Z0I=";