1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 20:21:14 +00:00

step-ca: pin to go 1.15

This commit is contained in:
Ivan Babrou 2021-02-16 22:36:08 -08:00 committed by zowoq
parent 9433fde4fe
commit 8fd0bb4db3

View file

@ -2810,6 +2810,7 @@ in
step-ca = callPackage ../tools/security/step-ca {
inherit (darwin.apple_sdk.frameworks) PCSC;
buildGoModule = buildGo115Module;
};
step-cli = callPackage ../tools/security/step-cli { };