···1+# This file is automatically @generated by Cargo.
2+# It is not intended for manual editing.
3+version = 3
4+5+[[package]]
6+name = "elfcat"
7+version = "0.1.3"
···204205 buf = callPackage ../development/tools/buf { };
20600207 # Zip file format only allows times after year 1980, which makes e.g. Python wheel building fail with:
208 # ValueError: ZIP does not support timestamps before 1980
209 ensureNewerSourcesForZipFilesHook = ensureNewerSourcesHook { year = "1980"; };
···204205 buf = callPackage ../development/tools/buf { };
206207+ elfcat = callPackage ../tools/misc/elfcat { };
208+209 # Zip file format only allows times after year 1980, which makes e.g. Python wheel building fail with:
210 # ValueError: ZIP does not support timestamps before 1980
211 ensureNewerSourcesForZipFilesHook = ensureNewerSourcesHook { year = "1980"; };