certmgr: 1.6.1 -> 1.6.4

This commit is contained in:
Johan Thomsen 2019-02-25 17:26:00 +01:00
parent 255f67e50f
commit b5c81d0154

View File

@ -3,7 +3,7 @@
let let
generic = { patches ? [] }: generic = { patches ? [] }:
buildGoPackage rec { buildGoPackage rec {
version = "1.6.1"; version = "1.6.4";
name = "certmgr-${version}"; name = "certmgr-${version}";
goPackagePath = "github.com/cloudflare/certmgr/"; goPackagePath = "github.com/cloudflare/certmgr/";
@ -12,7 +12,7 @@ let
owner = "cloudflare"; owner = "cloudflare";
repo = "certmgr"; repo = "certmgr";
rev = "v${version}"; rev = "v${version}";
sha256 = "1ky2pw1wxrb2fxfygg50h0mid5l023x6xz9zj5754a023d01qqr2"; sha256 = "0glvyp61ya21pdm2bsvq3vfhmmxc2998vxc6hiyc79ijsv9n6jqi";
}; };
inherit patches; inherit patches;