boringssl: 0.20250818.0 -> 0.20251002.0 (#453630)
This commit is contained in:
@@ -11,12 +11,12 @@
|
||||
# reference: https://boringssl.googlesource.com/boringssl/+/refs/tags/0.20250818.0/BUILDING.md
|
||||
buildGoModule (finalAttrs: {
|
||||
pname = "boringssl";
|
||||
version = "0.20250818.0";
|
||||
version = "0.20251002.0";
|
||||
|
||||
src = fetchgit {
|
||||
url = "https://boringssl.googlesource.com/boringssl";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-lykIlC0tvjtjjS/rQTeX4vK9PgI+A8EnasEC+HYspvg=";
|
||||
hash = "sha256-/78GCbyB37lada0fA8MsOYXVJSUCM7CuC2pHCpy9qto=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
@@ -47,6 +47,9 @@ buildGoModule (finalAttrs: {
|
||||
# Needed with GCC 12 but breaks on darwin (with clang)
|
||||
"-Wno-error=stringop-overflow"
|
||||
]
|
||||
++ lib.optionals stdenv.cc.isClang [
|
||||
"-Wno-error=character-conversion"
|
||||
]
|
||||
);
|
||||
|
||||
buildPhase = ''
|
||||
|
||||
Reference in New Issue
Block a user