···127127128128 # TODO fetch only missing tar.xz files
129129 echo "fetching $filecount tar.xz files ..."
130130- urllist="$(echo "$filelist" | while read file; do echo "$BASE_URL/$file"; done)"
131131- echo "$urllist" | xargs wget $wgetargs -nH -r -c --no-parent
130130+ echo "$filelist" | xargs wget $wgetargs -nH -r -c --no-parent
132131133132 echo "generating sha256 files ..."
134133 find . -type f -name '*.tar.xz' | while read src; do
+2
nixos/doc/manual/release-notes/rl-2305.section.md
···71717272- [photoprism](https://photoprism.app/), a AI-Powered Photos App for the Decentralized Web. Available as [services.photoprism](options.html#opt-services.photoprism.enable).
73737474+- [peroxide](https://github.com/ljanyst/peroxide), a fork of the official [ProtonMail bridge](https://github.com/ProtonMail/proton-bridge) that aims to be similar to [Hydroxide](https://github.com/emersion/hydroxide). Available as [services.peroxide](#opt-services.peroxide.enable).
7575+7476- [autosuspend](https://github.com/languitar/autosuspend), a python daemon that suspends a system if certain conditions are met, or not met.
75777678- [sharing](https://github.com/parvardegr/sharing), a command-line tool to share directories and files from the CLI to iOS and Android devices without the need of an extra client app. Available as [programs.sharing](#opt-programs.sharing.enable).
···11-WGET_ARGS=( https://download.qt.io/official_releases/qt/6.4/6.4.2/submodules/ -A '*.tar.xz' )
11+WGET_ARGS=( https://download.qt.io/official_releases/qt/6.4/6.4.3/submodules/ -A '*.tar.xz' )