Unverified Commit 2567fe09 authored by Leonardo Romor's avatar Leonardo Romor
Browse files

perf_data_converter: fixed hash post-buildBazelPackage fix.

parent e0ae3c26
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -38,8 +38,8 @@ buildBazelPackage rec {
  fetchAttrs = {
    hash =
      {
        aarch64-linux = "sha256-F4fYZfdCmDzJRR+z1rCLsculP9y9B8H8WHNQbFZEv+s=";
        x86_64-linux = "sha256-rjlquK0WcB7Te2uUKKVOrL7+6PtcWQImUWTVafIsbHY=";
        aarch64-linux = "sha256-Ksae4VC2FbkW79N5EGn/rTdj+GFKQsZCdi4LPfnzV7Y=";
        x86_64-linux = "sha256-TYeS1bax7sA0hJLXqtE8Q5FLnIylcWPZynVE2LhvZKc=";
      }
      .${system} or (throw "No hash for system: ${system}");
  };