3p/nixpkgs: openssl 1.1.1j->k
This commit is contained in:
parent
1883186bb8
commit
0e4894096a
3 changed files with 18 additions and 2 deletions
15
third_party/nixpkgs/patches/openssl-1.1.1k.patch
vendored
Normal file
15
third_party/nixpkgs/patches/openssl-1.1.1k.patch
vendored
Normal 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
|
||||
|
1
third_party/nixpkgs/patches/series
vendored
1
third_party/nixpkgs/patches/series
vendored
|
@ -1,2 +1,3 @@
|
|||
various.patch
|
||||
patch-cherrypy.patch
|
||||
openssl-1.1.1k.patch
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue