79a5b548cc
This reverts commit eb9c616c79
.
Breaks the Firefox build and needs further investigation.
In file included from Unified_cpp_certverifier0.cpp:47:
/build/firefox-99.0/security/certverifier/OCSPVerificationTrustDomain.cpp:63:11: error: unknown type name 'SignedDigest'
const SignedDigest& aSignedDigest, Input aSubjectPublicKeyInfo) {
^
/build/firefox-99.0/security/certverifier/OCSPVerificationTrustDomain.cpp:74:11: error: unknown type name 'SignedDigest'
const SignedDigest& aSignedDigest, Input aSubjectPublicKeyInfo) {
^
https://github.com/NixOS/nixpkgs/pull/164511#issuecomment-1089496003
10 lines
504 B
Nix
10 lines
504 B
Nix
# NOTE: Whenever you updated this version check if the `cacert` package also
|
|
# needs an update. You can run the regular updater script for cacerts.
|
|
# It will rebuild itself using the version of this package (NSS) and if
|
|
# an update is required do the required changes to the expression.
|
|
# Example: nix-shell ./maintainers/scripts/update.nix --argstr package cacert
|
|
|
|
import ./generic.nix {
|
|
version = "3.76.1";
|
|
sha256 = "0ai37ncg50n4s5243bfvsip8isqq1y6w2swg1n4xgqg2fk1h8cg1";
|
|
}
|