diff options
Diffstat (limited to 'tvix/derivation/src/output.rs')
-rw-r--r-- | tvix/derivation/src/output.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/derivation/src/output.rs b/tvix/derivation/src/output.rs index 69ae8167e972..0d668c3e9952 100644 --- a/tvix/derivation/src/output.rs +++ b/tvix/derivation/src/output.rs @@ -12,7 +12,7 @@ pub struct Output { pub struct Hash { #[serde(rename = "hash")] pub digest: String, - #[serde(rename = "hash_algorithm")] + #[serde(rename = "hashAlgo")] pub algo: String, } |