mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
lego: 2.6.0 -> 3.0.2, buildGoModule
https://github.com/go-acme/lego/releases/tag/v3.0.2 Notes for this and intermediate releases: https://github.com/go-acme/lego/blob/v3.0.2/CHANGELOG.md
This commit is contained in:
parent
0c20b6a9df
commit
9c0decd277
@ -1,17 +1,17 @@
|
||||
{ lib, fetchFromGitHub, buildGoPackage }:
|
||||
{ lib, fetchFromGitHub, buildGoModule }:
|
||||
|
||||
buildGoPackage rec {
|
||||
buildGoModule rec {
|
||||
pname = "lego";
|
||||
version = "2.6.0";
|
||||
version = "3.0.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "go-acme";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "0jxwdqqx6qn09jf658968s9vy9b59ji998j3x1hldq3w9wcrn6sn";
|
||||
sha256 = "0q73522yblcjsyscsppwnxfw6m249zr9whb93bhv5i5z012gy6mx";
|
||||
};
|
||||
|
||||
goPackagePath = "github.com/go-acme/lego";
|
||||
modSha256 = "00pl8l8h01rfxyd0l4487x55kfqhpm0ls84kxmgz3vph7irm6hcq";
|
||||
|
||||
meta = with lib; {
|
||||
description = "Let's Encrypt client and ACME library written in Go";
|
||||
|
Loading…
Reference in New Issue
Block a user