about summary refs log tree commit diff
path: root/pkgs/applications
Commit message (Collapse)AuthorAge
* ungoogled-chromium: 120.0.6099.129-1 -> 120.0.6099.199-1networkException2024-01-05
| | | | | | | | | https://chromereleases.googleblog.com/2024/01/stable-channel-update-for-desktop.html This update includes 6 security fixes. CVEs: CVE-2024-0222 CVE-2024-0223 CVE-2024-0224 CVE-2024-0225
* chromium: 120.0.6099.129 -> 120.0.6099.199emilylange2024-01-04
| | | | | | | | | https://chromereleases.googleblog.com/2024/01/stable-channel-update-for-desktop.html This update includes 6 security fixes. CVEs: CVE-2024-0222 CVE-2024-0223 CVE-2024-0224 CVE-2024-0225
* chromium: improve and move `recompressTarball`emilylange2024-01-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Recap: We need that (arguably stupid) helper function/drv because the chromium tarball is big -- and is likely to increase even more in the future. So big, that we eventually exceeded hydra.nixos.org's max-output-limit (3G). Instead of raising global hydra's limit, it was decided that we recompress the tarball after deleting unused vendored files from it. I spent a lot of time on a version/prototype that does everything (downloading, decompression, tar extraction, deleting unused files, reproducible tar recreation and finally recompression) via stdin but eventually had to scratch that. GNU tar does not allow to create a tarball just from stdin, nixpkgs' stdenv isn't built with stdin/stdout/pipes in mind, and things a lot of other things I probably already forgot. Nonetheless, this version improves multiple things: - No more `mv` (used to be multiple, not just ours, since fetchzip had some as well) - No more `rm` to get rid of the extracted files before recompressing. Instead, we simply don't extract them in the first place (thanks to tar's --exlude). - No more "no space left" that happened due to `downloadToTemp = true;`. - Multithreaded xz decompression, since that commit is still in staging-next. We cannot use stdenv's unpackFile() because that does not allow us to specify the needed --exclude (and --strip-components=1 if we don't want to rely on glob matching). The hash changed because we now have a static base directory ("source") in the tarball, instead of whatever upstream provided us with (e.g. "chromium-120.0.6099.129").
* Merge pull request #278161 from r-ryantm/auto-update/miriwayWeijia Wang2024-01-03
|\ | | | | miriway: unstable-2023-11-22 -> unstable-2024-01-01
| * miriway: unstable-2023-11-22 -> unstable-2024-01-01R. Ryantm2024-01-01
| |
* | Merge pull request #277246 from r-ryantm/auto-update/flowbladeWeijia Wang2024-01-03
|\ \ | | | | | | flowblade: 2.12 -> 2.12.0.2
| * | flowblade: 2.12 -> 2.12.0.2R. Ryantm2023-12-28
| | |
* | | Merge pull request #277227 from r-ryantm/auto-update/cvc5Weijia Wang2024-01-03
|\ \ \ | | | | | | | | cvc5: 1.0.9 -> 1.1.0
| * | | cvc5: 1.0.9 -> 1.1.0R. Ryantm2023-12-28
| |/ /
* | | Merge pull request #277020 from r-ryantm/auto-update/ns-usbloaderWeijia Wang2024-01-03
|\ \ \ | | | | | | | | ns-usbloader: 7.0 -> 7.1
| * | | ns-usbloader: 7.0 -> 7.1R. Ryantm2023-12-27
| | | |
* | | | Merge pull request #276858 from r-ryantm/auto-update/exodusWeijia Wang2024-01-03
|\ \ \ \ | | | | | | | | | | exodus: 23.12.7 -> 23.12.21
| * | | | exodus: 23.12.7 -> 23.12.21R. Ryantm2023-12-26
| | | | |
* | | | | Merge pull request #276641 from r-ryantm/auto-update/zarfWeijia Wang2024-01-03
|\ \ \ \ \ | | | | | | | | | | | | zarf: 0.31.0 -> 0.32.0
| * | | | | zarf: 0.31.0 -> 0.32.0R. Ryantm2023-12-25
| | | | | |
* | | | | | Merge pull request #276639 from r-ryantm/auto-update/youkiWeijia Wang2024-01-03
|\ \ \ \ \ \ | | | | | | | | | | | | | | youki: 0.3.0 -> 0.3.1
| * | | | | | youki: 0.3.0 -> 0.3.1R. Ryantm2023-12-25
| |/ / / / /
* | | | | | Merge pull request #276638 from r-ryantm/auto-update/yoshimiWeijia Wang2024-01-03
|\ \ \ \ \ \ | | | | | | | | | | | | | | yoshimi: 2.3.1 -> 2.3.1.3
| * | | | | | yoshimi: 2.3.1 -> 2.3.1.3R. Ryantm2023-12-25
| |/ / / / /
* | | | | | Merge pull request #276601 from r-ryantm/auto-update/wasabiwalletWeijia Wang2024-01-03
|\ \ \ \ \ \ | | | | | | | | | | | | | | wasabiwallet: 2.0.4 -> 2.0.5
| * | | | | | wasabiwallet: 2.0.4 -> 2.0.5R. Ryantm2023-12-25
| |/ / / / /
* | | | | | Merge pull request #276521 from r-ryantm/auto-update/gfoldWeijia Wang2024-01-03
|\ \ \ \ \ \ | | | | | | | | | | | | | | gfold: 4.4.0 -> 4.4.1
| * | | | | | gfold: 4.4.0 -> 4.4.1R. Ryantm2023-12-24
| | | | | | |
* | | | | | | Merge pull request #276425 from r-ryantm/auto-update/skypeforlinuxWeijia Wang2024-01-03
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | skypeforlinux: 8.108.0.205 -> 8.110.76.107
| * | | | | | | skypeforlinux: 8.108.0.205 -> 8.110.76.107R. Ryantm2023-12-24
| |/ / / / / /
* | | | | | | Merge pull request #276296 from r-ryantm/auto-update/ssm-session-manager-pluginWeijia Wang2024-01-03
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | ssm-session-manager-plugin: 1.2.497.0 -> 1.2.536.0
| * | | | | | | ssm-session-manager-plugin: 1.2.497.0 -> 1.2.536.0R. Ryantm2023-12-23
| | | | | | | |
* | | | | | | | Merge pull request #276254 from r-ryantm/auto-update/signal-desktopWeijia Wang2024-01-03
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | signal-desktop: 6.42.0 -> 6.42.1
| * | | | | | | | signal-desktop: 6.42.0 -> 6.42.1R. Ryantm2023-12-23
| |/ / / / / / /
* | | | | | | | Merge pull request #276234 from r-ryantm/auto-update/sdrangelWeijia Wang2024-01-03
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | sdrangel: 7.17.1 -> 7.17.2
| * | | | | | | | sdrangel: 7.17.1 -> 7.17.2R. Ryantm2023-12-23
| |/ / / / / / /
* | | | | | | | Merge pull request #276198 from r-ryantm/auto-update/reaperWeijia Wang2024-01-03
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | reaper: 7.06 -> 7.07
| * | | | | | | | reaper: 7.06 -> 7.07R. Ryantm2023-12-23
| | | | | | | | |
* | | | | | | | | Merge pull request #276187 from r-ryantm/auto-update/qqWeijia Wang2024-01-03
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | qq: 3.2.3-19189 -> 3.2.3-20201
| * | | | | | | | | qq: 3.2.3-19189 -> 3.2.3-20201R. Ryantm2023-12-29
| | | | | | | | | |
* | | | | | | | | | Merge pull request #276101 from r-ryantm/auto-update/dellyWeijia Wang2024-01-03
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | delly: 1.1.8 -> 1.2.6
| * | | | | | | | | | delly: 1.1.8 -> 1.2.6R. Ryantm2023-12-22
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #275346 from r-ryantm/auto-update/imgcatWeijia Wang2024-01-03
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | imgcat: 2.5.2 -> 2.6.0
| * | | | | | | | | | | imgcat: 2.5.2 -> 2.6.0R. Ryantm2023-12-19
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #275121 from r-ryantm/auto-update/pyrosimpleWeijia Wang2024-01-03
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | pyrosimple: 2.12.0 -> 2.12.1
| * | | | | | | | | | | | pyrosimple: 2.12.0 -> 2.12.1R. Ryantm2023-12-18
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #275081 from r-ryantm/auto-update/porsmoWeijia Wang2024-01-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | porsmo: 0.2.0 -> 0.3.0
| * | | | | | | | | | | | | porsmo: 0.2.0 -> 0.3.0R. Ryantm2023-12-17
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #275079 from r-ryantm/auto-update/polypaneWeijia Wang2024-01-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | polypane: 16.0.0 -> 17.0.0
| * | | | | | | | | | | | | | polypane: 16.0.0 -> 17.0.0R. Ryantm2023-12-17
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge pull request #275062 from r-ryantm/auto-update/pinnipedWeijia Wang2024-01-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pinniped: 0.27.0 -> 0.28.0
| * | | | | | | | | | | | | | pinniped: 0.27.0 -> 0.28.0R. Ryantm2023-12-17
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge pull request #274983 from r-ryantm/auto-update/pachydermWeijia Wang2024-01-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pachyderm: 2.8.1 -> 2.8.2
| * | | | | | | | | | | | | | pachyderm: 2.8.1 -> 2.8.2R. Ryantm2023-12-17
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #274967 from r-ryantm/auto-update/operaWeijia Wang2024-01-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | opera: 105.0.4970.21 -> 106.0.4998.19