mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
libressl: 3.9.2 -> 4.0.0
This commit is contained in:
parent
f490aba999
commit
c424307a7e
@ -151,4 +151,9 @@ in {
|
||||
})
|
||||
];
|
||||
};
|
||||
|
||||
libressl_4_0 = generic {
|
||||
version = "4.0.0";
|
||||
hash = "sha256-TYQZVfCsw9/HHQ49018oOvRhIiNQ4mhD/qlzHAJGoeQ=";
|
||||
};
|
||||
}
|
||||
|
@ -22396,9 +22396,10 @@ with pkgs;
|
||||
libressl_3_6
|
||||
libressl_3_7
|
||||
libressl_3_8
|
||||
libressl_3_9;
|
||||
libressl_3_9
|
||||
libressl_4_0;
|
||||
|
||||
libressl = libressl_3_9;
|
||||
libressl = libressl_4_0;
|
||||
|
||||
boringssl = callPackage ../development/libraries/boringssl { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user