1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #56356 from johanot/certmgr-1.6.4

certmgr: 1.6.1 -> 1.6.4
This commit is contained in:
Sarah Brofeldt 2019-02-25 20:09:03 +01:00 committed by GitHub
commit fe2a2b3ed5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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