refactor(tvix/store): bump CalculateNARResponse.nar_size to u64

Change-Id: I5f41981820363a5eb9982c3d19830916207c62cc
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8591
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
Florian Klink 2023-05-18 21:34:22 +03:00 committed by flokli
parent 0e7bbf0d01
commit 103d2eb909
5 changed files with 9 additions and 9 deletions

View file

@ -48,7 +48,7 @@ message NARInfo {
};
// This size of the NAR file, in bytes.
uint32 nar_size = 1;
uint64 nar_size = 1;
// The sha256 of the NAR file representation.
bytes nar_sha256 = 2;