Skip to content

Commit

Permalink
Merge pull request #67283 from dtzWill/update/lego-3.0.2
Browse files Browse the repository at this point in the history
lego: 2.6.0 -> 3.0.2, buildGoModule
  • Loading branch information
Ma27 committed Aug 22, 2019
2 parents 8b5557c + 9c0decd commit 619a97c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/tools/admin/lego/default.nix
Original file line number Diff line number Diff line change
@@ -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";
Expand Down

0 comments on commit 619a97c

Please sign in to comment.