Skip to content

Commit

Permalink
perf_data_converter: fix fixed derivation hash. (#356599)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbsds authored Nov 21, 2024
2 parents 80e0606 + 61f09a9 commit 8d5c3ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/pe/perf_data_converter/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ buildBazelPackage rec {
fetchAttrs = {
hash =
{
aarch64-linux = "sha256-gSRSkLGZhHe8o3byZVFsUxXPM+xzetOPhfzkAVTGAUs=";
x86_64-linux = "sha256-ZYjFpdH0oYrJguw16DSJWiXjhfJusG+inShbx/BOrcY=";
aarch64-linux = "sha256-F4fYZfdCmDzJRR+z1rCLsculP9y9B8H8WHNQbFZEv+s=";
x86_64-linux = "sha256-rjlquK0WcB7Te2uUKKVOrL7+6PtcWQImUWTVafIsbHY=";
}
.${system} or (throw "No hash for system: ${system}");
};
Expand Down

0 comments on commit 8d5c3ef

Please sign in to comment.