lol

bazel: 3.7.1 -> 3.7.2

* update sha256 for gvisor, tensorflow{,WithCuda}, bazel-watcher, bazel-remote
and envoy

+8 -8
+1 -1
pkgs/applications/virtualization/gvisor/default.nix
··· 76 76 rm -f "$bazelOut"/java.log "$bazelOut"/java.log.* 77 77 ''; 78 78 79 - sha256 = "033lnznqbw8a5y765prb60k5r7sicjvg63a2h24r2z6qkr2jn70b"; 79 + sha256 = "0fhmlq0d2317gwhma2mz1anb69j4chybk90j71j88wpgw1hxbk34"; 80 80 }; 81 81 82 82 buildAttrs = {
+2 -2
pkgs/development/python-modules/tensorflow/default.nix
··· 288 288 fetchAttrs = { 289 289 # cudaSupport causes fetch of ncclArchive, resulting in different hashes 290 290 sha256 = if cudaSupport then 291 - "0zqn16s1j7p8l1q4857lsk14pk18vy0yg52rnigzs0kz9wijkjp0" 291 + "1i7z2a7bc2q1vn1h9nx1xc6g1r1cby2xvbcs20fj9h6c2fgaw9j4" 292 292 else 293 - "18dbfbmwryapi7cf5rhks1m7a3bayd3gh9idm92vkr19sz6yjm3l"; 293 + "0s8q5rxq8abr50c5jpwv96ncfc0k8jw7w70ri8viqy031g9v9v45"; 294 294 }; 295 295 296 296 buildAttrs = {
+1 -1
pkgs/development/tools/bazel-watcher/default.nix
··· 56 56 sed -e '/^FILE:@bazel_gazelle_go_repository_tools.*/d' -i $bazelOut/external/\@*.marker 57 57 ''; 58 58 59 - sha256 = "1rvshgpcnazjxza3zd2zjnjphpv8vvwgx9syd7fhzgz7iba0i2jw"; 59 + sha256 = "0rwwjjj6zaj4hdcbsbp0di53xn6203r2vgpddhdrp8iph9ab60cg"; 60 60 }; 61 61 62 62 buildAttrs = {
+1 -1
pkgs/development/tools/build-managers/bazel/bazel-remote/default.nix
··· 64 64 sed -e '/^FILE:@bazel_gazelle_go_repository_tools.*/d' -i $bazelOut/external/\@*.marker 65 65 ''; 66 66 67 - sha256 = "0j5wrsxxychhdkdr8knr0p0yiaf2vyxq6vx06a0fry9g3gqvf1md"; 67 + sha256 = "1vijh3nl30n8k6xlx6in92pzs70x15akbqiqalk8apgvphvdz8vy"; 68 68 }; 69 69 70 70 buildAttrs = {
+2 -2
pkgs/development/tools/build-managers/bazel/bazel_3/default.nix
··· 25 25 }: 26 26 27 27 let 28 - version = "3.7.1"; 28 + version = "3.7.2"; 29 29 30 30 src = fetchurl { 31 31 url = "https://github.com/bazelbuild/bazel/releases/download/${version}/bazel-${version}-dist.zip"; 32 - sha256 = "01q3kc4f8g08dw3nvinyn2qmd2ymf8n0h9iy26802syz0mclw969"; 32 + sha256 = "1cfrbs23lg0jnl22ddylx3clcjw7bdpbix7r5lqibab346s5n9fy"; 33 33 }; 34 34 35 35 # Update with `eval $(nix-build -A bazel.updater)`,
+1 -1
pkgs/servers/http/envoy/default.nix
··· 56 56 ]; 57 57 58 58 fetchAttrs = { 59 - sha256 = "sha256-mct7anzErY9eSujZyGORfRJqzAO9XuFAv04DS8VRZKM="; 59 + sha256 = "0q72c2zrl5vc8afkhkwyalb2h0mxn3133d4b9z4gag0p95wbwgc0"; 60 60 dontUseCmakeConfigure = true; 61 61 preInstall = '' 62 62 # Strip out the path to the build location (by deleting the comment line).