boringssl: 0.20260413.0 -> 0.20260508.0

This commit is contained in:
R. Ryantm
2026-05-16 13:34:28 +00:00
parent a0df58bdaf
commit 281a8f1c75
+2 -2
View File
@@ -13,12 +13,12 @@
# reference: https://boringssl.googlesource.com/boringssl/+/refs/tags/0.20250818.0/BUILDING.md
stdenv.mkDerivation (finalAttrs: {
pname = "boringssl";
version = "0.20260413.0";
version = "0.20260508.0";
src = fetchgit {
url = "https://boringssl.googlesource.com/boringssl";
tag = finalAttrs.version;
hash = "sha256-JFKQleui4nNmEsx4k5L7xhvEFh3Ne3MEPnHDSRqEwPc=";
hash = "sha256-7fW0OmOj+Hduq5YCc5xpcfICpC8qAc/05/UMgZ70jhM=";
};
patches = [