Merge pull request #257734 from ajs124/upd/boringssl

boringssl: 2021-07-09 -> unstable-2023-09-27

authored by

Martin Weinelt and committed by
GitHub
4d4ead7e a3518c97

+6 -5
+6 -5
pkgs/development/libraries/boringssl/default.nix
··· 10 10 # reference: https://boringssl.googlesource.com/boringssl/+/2661/BUILDING.md 11 11 buildGoModule { 12 12 pname = "boringssl"; 13 - version = "2021-07-09"; 13 + version = "unstable-2023-09-27"; 14 14 15 15 src = fetchgit { 16 - url = "https://boringssl.googlesource.com/boringssl"; 17 - rev = "268a4a6ff3bd656ae65fe41ef1185daa85cfae21"; 18 - sha256 = "04fja4fdwhc69clmvg8i12zm6ks3sfl3r8i5bxn4x63b9dj5znlx"; 16 + url = "https://boringssl.googlesource.com/boringssl"; 17 + rev = "d24a38200fef19150eef00cad35b138936c08767"; 18 + hash = "sha256-FBQ7y4N2rCM/Cyd6LBnDUXpSa2O3osUXukECTBjZL6s="; 19 19 }; 20 20 21 21 nativeBuildInputs = [ cmake ninja perl ]; 22 22 23 - vendorHash = null; 23 + vendorHash = "sha256-EJPcx07WuvHPAgiS1ASU6WHlHkxjUOO72if4TkmrqwY="; 24 + proxyVendor = true; 24 25 25 26 # hack to get both go and cmake configure phase 26 27 # (if we use postConfigure then cmake will loop runHook postConfigure)