Merge #164281: openssl*: 1.1.1m -> 1.1.1.n; 3.0.1 -> 3.0.2
...into staging-next. High-severity security fixes.
This commit is contained in:
commit
93810bccc8
1 changed files with 4 additions and 4 deletions
|
@ -186,8 +186,8 @@ in {
|
|||
};
|
||||
|
||||
openssl_1_1 = common rec {
|
||||
version = "1.1.1m";
|
||||
sha256 = "sha256-+JGZvosjykX8fLnx2NPuZzEjGChq0DD1MWrKZGLbbJY=";
|
||||
version = "1.1.1n";
|
||||
sha256 = "sha256-QNzrUaT2pSdb3g5r8g70uRv8Mu1XwFUuLo4VRjNysXo=";
|
||||
patches = [
|
||||
./1.1/nix-ssl-cert-file.patch
|
||||
|
||||
|
@ -201,8 +201,8 @@ in {
|
|||
};
|
||||
|
||||
openssl_3_0 = common {
|
||||
version = "3.0.1";
|
||||
sha256 = "sha256-wxGthTNTvOeW7a0BqGLFCopYf2Ln4hAO9GWrU+ybBtE=";
|
||||
version = "3.0.2";
|
||||
sha256 = "sha256-mOkczq1NR1auPJzeXgkZGo5YbZ9NUIOOfsCdZBHf22M=";
|
||||
patches = [
|
||||
./3.0/nix-ssl-cert-file.patch
|
||||
|
||||
|
|
Loading…
Reference in a new issue