bazel-remote: fix fixed output derivation hash
This commit is contained in:
parent
f29c0e4526
commit
4c00e6f654
pkgs/development/tools/build-managers/bazel/bazel-remote
|
@ -64,7 +64,7 @@ buildBazelPackage rec {
|
|||
sed -e '/^FILE:@bazel_gazelle_go_repository_tools.*/d' -i $bazelOut/external/\@*.marker
|
||||
'';
|
||||
|
||||
sha256 = "0lnwc7ya6sjlx6jk5dwws166vli1lzdfc256f9g6dy1fci3sc17y";
|
||||
sha256 = "141kw2zpr612xdcrg6x9kslg4d5b3fbpzx0vgp3lqwdihfj3sc1l";
|
||||
};
|
||||
|
||||
buildAttrs = {
|
||||
|
|
Loading…
Reference in New Issue