openssl_1_1: 1.1.1 -> 1.1.1a

CVE-2018-0734: https://www.openssl.org/news/vulnerabilities.html#2018-0734
CVE-2018-0735: https://www.openssl.org/news/vulnerabilities.html#2018-0735
This commit is contained in:
Alyssa Ross
2018-11-20 16:52:22 +00:00
parent ae29a9e688
commit d012516c44
3 changed files with 18 additions and 17 deletions
@@ -131,9 +131,9 @@ in {
};
openssl_1_1 = common {
version = "1.1.1";
sha256 = "0gbab2fjgms1kx5xjvqx8bxhr98k4r8l2fa8vw7kvh491xd8fdi8";
patches = [ ./nix-ssl-cert-file.patch ];
version = "1.1.1a";
sha256 = "0hcz7znzznbibpy3iyyhvlqrq44y88plxwdj32wjzgbwic7i687w";
patches = [ ./1.1/nix-ssl-cert-file.patch ];
};
}