boringssl: 0.20250818.0 -> 0.20251002.0 (#453630)

This commit is contained in:
Niklas Korz
2025-10-20 12:54:27 +00:00
committed by GitHub
+5 -2
View File
@@ -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 = ''