diff options
author | Florian Klink <flokli@flokli.de> | 2023-10-09T17·46+0200 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-10-09T22·01+0000 |
commit | 92481825b36f914bc99cbb15d560865d808b2306 (patch) | |
tree | 1448b5d8ec6b41f487c445670ba55524132b7555 /tvix/default.nix | |
parent | 67ccbf8c946ee18d45ec0d8c43d69d6809a4d644 (diff) |
test(tvix/store/protos): add go tests for Validate() r/6757
We already have validation tests for Rust, let's add the missing ones for golang too. Change-Id: Iaf3a3e1ee72d5647da3f2aa977d6e0d0379b2ce5 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9595 Reviewed-by: Brian McGee <brian@bmcgee.ie> Autosubmit: flokli <flokli@flokli.de> Tested-by: BuildkiteCI
Diffstat (limited to 'tvix/default.nix')
-rw-r--r-- | tvix/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/default.nix b/tvix/default.nix index c35ba733a517..802ec9497fa5 100644 --- a/tvix/default.nix +++ b/tvix/default.nix @@ -108,7 +108,7 @@ in store-protos-go = pkgs.buildGoModule { name = "store-golang"; src = depot.third_party.gitignoreSource ./store/protos; - vendorHash = "sha256-o7moXRxhKxCpsds96sSsHHafKJf2AWhFMu/YdSu+FM4="; + vendorHash = "sha256-L+mHTUYRZu8PSbD7LJ9QRuW1+ImIYbH9/SKgAoL9W8w="; }; # Build the Rust documentation for publishing on docs.tvix.dev. |