rucredstash: pin to openssl_1_1

This commit is contained in:
Anthony Roussel
2022-09-11 02:34:55 +02:00
parent dee738a1d0
commit a1ce22e7a9
+1
View File
@@ -30855,6 +30855,7 @@ with pkgs;
rucredstash = callPackage ../tools/security/rucredstash {
inherit (darwin.apple_sdk.frameworks) Security;
openssl = openssl_1_1;
};
runc = callPackage ../applications/virtualization/runc {};