step-ca: 0.18.2 -> 0.19.0

This commit is contained in:
techknowlogick 2022-05-06 13:59:08 -04:00
parent 384d446910
commit 2c3dcb1169

View file

@ -12,7 +12,7 @@
buildGoModule rec {
pname = "step-ca";
version = "0.18.2";
version = "0.19.0";
src = fetchFromGitHub {
owner = "smallstep";
@ -53,7 +53,6 @@ buildGoModule rec {
description = "A private certificate authority (X.509 & SSH) & ACME server for secure automated certificate management, so you can use TLS everywhere & SSO for SSH";
homepage = "https://smallstep.com/certificates/";
license = licenses.asl20;
maintainers = with maintainers; [ cmcdragonkai mohe2015 ];
platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ cmcdragonkai mohe2015 techknowlogick ];
};
}