Skip to content

Commit

Permalink
bant: make compile again with latest bazel (#341609)
Browse files Browse the repository at this point in the history
  • Loading branch information
Artturin authored Sep 14, 2024
2 parents 8345adb + 92ffa4f commit 18c0991
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ba/bant/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ in buildBazelPackage rec {

fetchAttrs = {
sha256 = {
aarch64-linux = "sha256-38O9HPKMjqpNCO+kC8hUlsJAclONVCj3oj/iVRwOEDo=";
x86_64-linux = "sha256-OUVjgVIBNh0j10dgk/l42bqmsGuBC56uf4Ei/IRXxBI=";
aarch64-linux = "sha256-UI+Vz/gU6ki0yulcDbA1lkKJg0MZWYMIpfIHHmIjVLo=";
x86_64-linux = "sha256-9ryJUrmLkhuH6wRuHkAXIvOC+xGJ+jHL6vlAkRuXcUI=";
}.${system} or (throw "No hash for system: ${system}");
};

Expand Down

0 comments on commit 18c0991

Please sign in to comment.