about summary refs log tree commit diff stats
path: root/sys/nixpkgs/pkgs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sys/nixpkgs/pkgs/comments/src/info_json.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/nixpkgs/pkgs/comments/src/info_json.rs b/sys/nixpkgs/pkgs/comments/src/info_json.rs
index 70eae738..e7e6209b 100644
--- a/sys/nixpkgs/pkgs/comments/src/info_json.rs
+++ b/sys/nixpkgs/pkgs/comments/src/info_json.rs
@@ -51,7 +51,7 @@ pub struct InfoJson {
     pub protocol: String,
     pub language: Option<String>,
     pub format_note: String,
-    pub filesize_approx: u32,
+    pub filesize_approx: u64,
     pub tbr: f64,
     pub width: u32,
     pub height: u32,