1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-08 11:36:03 +01:00

Merge pull request #14468 from fzakaria/fzakaria/nar-warning

Fix warning in kaitai spec
This commit is contained in:
Sergei Zimmerman 2025-11-03 22:54:55 +00:00 committed by GitHub
commit 3ef22a521d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,7 +29,7 @@ types:
- id: body
type: str
size: len_str
encoding: 'ascii'
encoding: 'ASCII'
- id: padding
size: (8 - (len_str % 8)) % 8