···11+# This file is automatically @generated by Cargo.
22+# It is not intended for manual editing.
33+version = 3
44+55+[[package]]
66+name = "elfcat"
77+version = "0.1.3"
···204204205205 buf = callPackage ../development/tools/buf { };
206206207207+ elfcat = callPackage ../tools/misc/elfcat { };
208208+207209 # Zip file format only allows times after year 1980, which makes e.g. Python wheel building fail with:
208210 # ValueError: ZIP does not support timestamps before 1980
209211 ensureNewerSourcesForZipFilesHook = ensureNewerSourcesHook { year = "1980"; };