Conan dependency problem
When attempting to build the main branch the dependency
https://github.com/ess-dmsc/daqlite/blob/1b348346c2254c46eb04535eb7feb3f1c00d7630/conanfile.txt#L14
raised a ConanException
streaming-data-types/f936e67@ess-dmsc/testing: Applying build-requirement: flatc/1.12.0
streaming-data-types/f936e67@ess-dmsc/testing: Configuring sources in ~/.conan/data/streaming-data-types/f936e67/ess-dmsc/testing/source
Cloning into 'streaming-data-types'...
error: pathspec 'f936e67' did not match any file(s) known to git
ERROR: streaming-data-types/f936e67@ess-dmsc/testing: Error in source() method, line 22
self.run("git checkout {}".format(self.version))
ConanException: Error 1 while executing git checkout f936e67
Changing the dependency to the latest stable release, which includes the AR51
flatbuffer schema, seems to fix the issue.