···1616 sha256 = "GcCRVkv+1mREq3MhMRn5fICthwI4WRQJSP6InuzxP1Q=";
1717 };
18181919+ postPatch = ''
2020+ # Fix gcc-13 build by pulling missing header. UPstream also fixed it
2121+ # in next major version, but there are many other patch dependencies.
2222+ # TODO: remove on next major version update
2323+ sed -e '1i #include <cstdint>' -i src/scsiencrypt.h
2424+ '';
2525+1926 nativeBuildInputs = [ autoreconfHook ];
20272128 passthru.updateScript = gitUpdater { };