Skip to content

Commit

Permalink
bant: make compile again with latest bazel
Browse files Browse the repository at this point in the history
It appears that the fixed derivation generated by bazel implicitly
contains other information, such as the path to the java runtime,
making this break.
  • Loading branch information
hzeller committed Sep 13, 2024
1 parent 2f3eb1b commit 92ffa4f
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 92ffa4f

Please sign in to comment.