13 pname = "step-kms-plugin";
16 src = fetchFromGitHub {
20 hash = "sha256-PaOe24rXu6e8jhjwpuQquPQidQDSxI1WOAMYJSLjbSI=";
23 vendorHash = "sha256-N8Wy4DHxP6yQOfWDmyVPSi9eHj8G01SSIxQmqKujRgo=";
41 "-X github.com/smallstep/step-kms-plugin/cmd.Version=${version}"
45 description = "step plugin to manage keys and certificates on cloud KMSs and HSMs";
46 homepage = "https://smallstep.com/cli/";
47 license = licenses.asl20;
48 maintainers = with maintainers; [ qbit ];
49 mainProgram = "step-kms-plugin";
50 # can't find pcsclite header files
51 broken = stdenv.hostPlatform.isDarwin;