update source versions for data extractions
All checks were successful
CI / checks (push) Successful in 2m27s
CI / build (push) Successful in 2m39s
CI / build-nixpkgs (push) Successful in 45s

This commit is contained in:
Robin Appelman 2025-12-01 21:33:19 +01:00
commit 550f507687
14 changed files with 1144 additions and 806 deletions

View file

@ -34,6 +34,7 @@ in
nativeBuildInputs = [logging-extractor];
buildPhase = ''
echo ${src}
logging-extractor . ${mode} > logs.${ext}
'';