Merge pull request #81343 from marsam/update-certigo
certigo: 1.11.0 -> 1.12.1
This commit is contained in:
commit
b16403b155
|
@ -1,17 +1,17 @@
|
||||||
{ stdenv, buildGoPackage, fetchFromGitHub }:
|
{ stdenv, buildGoModule, fetchFromGitHub }:
|
||||||
|
|
||||||
buildGoPackage rec {
|
buildGoModule rec {
|
||||||
pname = "certigo";
|
pname = "certigo";
|
||||||
version = "1.11.0";
|
version = "1.12.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "square";
|
owner = "square";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1vi4gn484kc7vyxnm2nislzy587h2h4gc8d197vslhyfygac9y7b";
|
sha256 = "0siwbxxzknmbsjy23d0lvh591ngabqhr2g8mip0siwa7c1y7ivv4";
|
||||||
};
|
};
|
||||||
|
|
||||||
goPackagePath = "github.com/square/certigo";
|
modSha256 = "1i5n5yh6nvv2i2nm60vqy1gngj8p5w6ma5fcwmp7bl4jxjrzbi83";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A utility to examine and validate certificates in a variety of formats";
|
description = "A utility to examine and validate certificates in a variety of formats";
|
||||||
|
|
Loading…
Reference in New Issue