about summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authortechknowlogick <techknowlogick@gitea.io>2022-05-06 13:59:08 -0400
committertechknowlogick <techknowlogick@gitea.io>2022-05-06 14:00:28 -0400
commit2c3dcb11696825a16ee73470c6e9000cc8383f49 (patch)
tree7ed6300c383f6bbee2b5e4a471ddf269ecba3f39 /pkgs/tools/security
parent384d446910801ac29070cac4765761caba15fcd0 (diff)
step-ca: 0.18.2 -> 0.19.0
Diffstat (limited to 'pkgs/tools/security')
-rw-r--r--pkgs/tools/security/step-ca/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/tools/security/step-ca/default.nix b/pkgs/tools/security/step-ca/default.nix
index b650b93f411b7..5877910ad2c48 100644
--- a/pkgs/tools/security/step-ca/default.nix
+++ b/pkgs/tools/security/step-ca/default.nix
@@ -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 ];
   };
 }