diff options
Diffstat (limited to 'tvix/store/protos/rpc_pathinfo.proto')
-rw-r--r-- | tvix/store/protos/rpc_pathinfo.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/store/protos/rpc_pathinfo.proto b/tvix/store/protos/rpc_pathinfo.proto index f37794c291be..991abf6efa99 100644 --- a/tvix/store/protos/rpc_pathinfo.proto +++ b/tvix/store/protos/rpc_pathinfo.proto @@ -66,7 +66,7 @@ message GetPathInfoRequest { // digest. message CalculateNARResponse { // 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; |