boringssl: 0.20250818.0 -> 0.20251002.0

This commit is contained in:
Sarah Clark
2025-10-19 15:19:33 -07:00
parent 1581bbc35e
commit cc508f430a

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 = [