lol

Merge pull request #129781 from helsinki-systems/upd/boringssl

authored by

Sandro and committed by
GitHub
08673286 a5284b3e

+4 -4
+4 -4
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-04-18"; 13 + version = "2021-07-09"; 14 14 15 15 src = fetchgit { 16 16 url = "https://boringssl.googlesource.com/boringssl"; 17 - rev = "468cde90ca58421d63f4dfeaebcf8bb3fccb4127"; 18 - sha256 = "0gaqcbvp6r5fq265mckmg0i0rjab0bhxkxcvfxp3ar5dm7q88w39"; 17 + rev = "268a4a6ff3bd656ae65fe41ef1185daa85cfae21"; 18 + sha256 = "04fja4fdwhc69clmvg8i12zm6ks3sfl3r8i5bxn4x63b9dj5znlx"; 19 19 }; 20 20 21 21 nativeBuildInputs = [ cmake ninja perl ]; 22 22 23 - vendorSha256 = "sha256-pQpattmS9VmO3ZIQUFn66az8GSmB4IvYhTTCFn6SUmo="; 23 + vendorSha256 = "0sjjj9z1dhilhpc8pq4154czrb79z9cm044jvn75kxcjv6v5l2m5"; 24 24 25 25 # hack to get both go and cmake configure phase 26 26 # (if we use postConfigure then cmake will loop runHook postConfigure)