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:
parent
0e7bbf0d01
commit
103d2eb909
5 changed files with 9 additions and 9 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue