diff options
Diffstat (limited to 'tvix/default.nix')
-rw-r--r-- | tvix/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tvix/default.nix b/tvix/default.nix index 826eb2af26d7..c35ba733a517 100644 --- a/tvix/default.nix +++ b/tvix/default.nix @@ -100,8 +100,8 @@ in # Builds and tests the code in castore/protos. castore-protos-go = pkgs.buildGoModule { name = "castore-golang"; - src = depot.third_party.gitignoreSource ./store/protos; - vendorHash = "sha256-o7moXRxhKxCpsds96sSsHHafKJf2AWhFMu/YdSu+FM4="; + src = depot.third_party.gitignoreSource ./castore/protos; + vendorHash = "sha256-7xfXBBU3xJz7ifjk7Owm/byTfCQ8oaZtqXzBKhLqo00="; }; # Builds and tests the code in store/protos. |