3p/nixpkgs: openssl 1.1.1j->k

This commit is contained in:
Luke Granger-Brown 2021-03-25 17:30:22 +00:00
parent 1883186bb8
commit 0e4894096a
3 changed files with 18 additions and 2 deletions

View file

@ -0,0 +1,15 @@
diff --git a/pkgs/development/libraries/openssl/default.nix b/pkgs/development/libraries/openssl/default.nix
index 2edf02e738f30..49ac7954169ff 100644
--- a/pkgs/development/libraries/openssl/default.nix
+++ b/pkgs/development/libraries/openssl/default.nix
@@ -160,8 +160,8 @@ in {
};
openssl_1_1 = common {
- version = "1.1.1j";
- sha256 = "1gw17520vh13izy1xf5q0a2fqgcayymjjj5bk0dlkxndfnszrwma";
+ version = "1.1.1k";
+ sha256 = "1rdfzcrxy9y38wqdw5942vmdax9hjhgrprzxm42csal7p5shhal9";
patches = [
./1.1/nix-ssl-cert-file.patch

View file

@ -1,2 +1,3 @@
various.patch
patch-cherrypy.patch
openssl-1.1.1k.patch

View file

@ -160,8 +160,8 @@ in {
};
openssl_1_1 = common {
version = "1.1.1j";
sha256 = "1gw17520vh13izy1xf5q0a2fqgcayymjjj5bk0dlkxndfnszrwma";
version = "1.1.1k";
sha256 = "1rdfzcrxy9y38wqdw5942vmdax9hjhgrprzxm42csal7p5shhal9";
patches = [
./1.1/nix-ssl-cert-file.patch