about summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-05-07 16:54:01 +0200
committerGitHub <noreply@github.com>2022-05-07 16:54:01 +0200
commit4b53055f551f7492ea3e23feccfea6572d6e5015 (patch)
tree06cbf58f989051d5c1fb6e5746682480c3ae53a7 /pkgs/tools/security
parentc7a2979f4cec15b45e6a052b77ae590631426c9f (diff)
parent2c3dcb11696825a16ee73470c6e9000cc8383f49 (diff)
Merge pull request #171843 from techknowlogick/bump-step-ca
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 ];
   };
 }