forked from mirrors/nixpkgs
bazel-watcher: fix the hash of the fetchAttrs
This commit is contained in:
parent
0ee5701cd7
commit
4cb3a803ec
|
@ -62,7 +62,7 @@ buildBazelPackage rec {
|
|||
sed -e '/^FILE:@bazel_gazelle_go_repository_tools.*/d' -i $bazelOut/external/\@*.marker
|
||||
'';
|
||||
|
||||
sha256 = "01d4m4kb2mhz8fxl9apzsdq0pd7i79w3q49x51rwa524caml9zfv";
|
||||
sha256 = "1i3b6kn9kq70a34wkpm8zjqj1skawdxs3r01b7r6ws1rbdnfj6mp";
|
||||
};
|
||||
|
||||
buildAttrs = {
|
||||
|
|
Loading…
Reference in a new issue