Merge pull request #171843 from techknowlogick/bump-step-ca

step-ca: 0.18.2 -> 0.19.0
This commit is contained in:
Fabian Affolter
2022-05-07 16:54:01 +02:00
committed by GitHub
+2 -3
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 ];
};
}