Commit Graph

26136 Commits

Author SHA1 Message Date
zowoq
8583f2b7b3 dnsname-cni: remove passthru.tests 2023-01-04 14:25:14 +10:00
Colin Arnott
e8397aa682
karmor: init at 0.11.1 (#207794)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Fixes https://github.com/NixOS/nixpkgs/issues/207517
2023-01-03 23:27:23 +01:00
Sandro
d5b36bba0e
Merge pull request #207802 from urandom2/netmaker
Fixes https://github.com/NixOS/nixpkgs/issues/207654
2023-01-03 23:25:34 +01:00
Michael Weiss
08203e325a
Merge pull request #208938 from primeos/chromiumBeta
chromiumBeta: 109.0.5414.46 -> 109.0.5414.61
2023-01-03 23:19:29 +01:00
Thomas Gerbet
327790ade7
Merge pull request #206145 from buckley310/2022-12-14-brave
brave: 1.46.133 -> 1.46.144
2023-01-03 23:08:14 +01:00
Michael Weiss
6e1f2baf4a
chromiumBeta: 109.0.5414.46 -> 109.0.5414.61 2023-01-03 22:56:07 +01:00
Artturi
ecd9be07f6
Merge pull request #208688 from amjoseph-nixpkgs/pr/msmtp-just-the-binaries 2023-01-03 20:53:57 +02:00
Mario Rodas
7b71a86c23
Merge pull request #208179 from r-ryantm/auto-update/flexget
flexget: 3.5.13 -> 3.5.15
2023-01-03 09:35:53 -05:00
Jonas Heinrich
d52db30a7d
Merge pull request #208768 from kilianar/syncthing-1.23.0
syncthing: 1.22.2 -> 1.23.0
2023-01-03 13:39:14 +01:00
ajs124
e2e34b1318
Merge pull request #208493 from r-ryantm/auto-update/libcoap
libcoap: 4.3.0 -> 4.3.1
2023-01-03 11:58:10 +01:00
Bobby Rong
ccc05aa958
Merge pull request #204108 from christophcharles/protonmail-bridge-2.3.0
protonmail-bridge: 2.1.3 -> 2.3.0
2023-01-03 15:51:39 +08:00
R. Ryantm
b76efd73ca signalbackup-tools: 20221208 -> 20221227-1 2023-01-03 14:06:46 +08:00
Mario Rodas
e389394c71 flexget: 3.5.15 -> 3.5.16 2023-01-03 04:20:00 +00:00
github-actions[bot]
a735faaa3a terraform-providers.alicloud: 1.194.1 → 1.195.0 2023-01-03 13:47:31 +10:00
github-actions[bot]
51f7e84f60 terraform-providers.bitbucket: 2.27.0 → 2.29.0 2023-01-03 13:47:31 +10:00
Tomas Kral
3302bc3ddd
crc: 2.6.0 -> 2.11.0 (#205126)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2023-01-03 03:39:10 +01:00
Robert Scott
bf608a9b2f
Merge pull request #205860 from risicle/ris-xrdp-known-vulnerabilities
xrdp: add many `knownVulnerabilities`
2023-01-02 22:47:07 +00:00
Martin Weinelt
66cf271b3a
Merge pull request #207207 from r-ryantm/auto-update/librewolf-unwrapped
librewolf-unwrapped: 108.0-1 -> 108.0.1-1
2023-01-02 19:38:31 +01:00
R. Ryantm
3d3f42e06a kubent: 0.6.0 -> 0.7.0 2023-01-02 23:44:21 +08:00
R. Ryantm
ac2fe9388c kube-score: 1.16.0 -> 1.16.1 2023-01-02 23:43:12 +08:00
Bobby Rong
ab4d4a837e
Merge pull request #207161 from Gerschtli/update/soapui
soapui: 5.6.0 -> 5.7.0
2023-01-02 23:20:51 +08:00
kilianar
78e43c3df1 syncthing: 1.22.2 -> 1.23.0
https://github.com/syncthing/syncthing/releases/tag/v1.23.0
2023-01-02 16:11:05 +01:00
R. Ryantm
d3e6a03d0c tutanota-desktop: 3.105.9 -> 3.106.4 2023-01-02 21:11:28 +08:00
zowoq
9fde2b66f8 terraform-providers: add github token to update-providers 2023-01-02 13:48:28 +10:00
Anderson Torres
8d6446d553
Merge pull request #208555 from OPNA2608/update/palemoon
palemoon: 31.4.1.1 -> 31.4.2
2023-01-01 22:50:27 -03:00
Adam Joseph
2761db99f5 msmtp: allow building only the binaries
This commit exposes the `binaries` attribute of the `msmtp`
expression, to allow building just the binaries without the scripts.

The scripts have a gigantic dependency set; the binaries don't.
2023-01-01 15:56:56 -08:00
Michael Weiss
62936a094c
Merge pull request #208649 from primeos/chromiumDev
chromiumDev: 110.0.5464.2 -> 110.0.5478.4
2023-01-01 18:45:17 +01:00
Michael Weiss
c9ca13ce9a
chromium: Drop passthru.updateScript
The update script for Chromium does not behave like other update
scripts, e.g., it updates all channels and ungoogled-chromium (not just
a single package). This causes issues when r-ryantm (the bot that runs
nixpkgs-update) tries to update chromium and ungoogled-chromium (which
it started to do recently):
- https://github.com/NixOS/nixpkgs/pull/207185
- https://github.com/NixOS/nixpkgs/pull/207482
- https://github.com/NixOS/nixpkgs/pull/207596
- https://github.com/NixOS/nixpkgs/pull/208048
- https://github.com/NixOS/nixpkgs/pull/208287

We could make the update script work as expected by other tooling but
Chromium requires special attention anyway so it might also be for the
best to do it manually for now (at least someone needs to ensure that
the correct labels are set and that security fixes (~ all updates) are
backported).
2023-01-01 18:07:17 +01:00
Michael Weiss
b7431c54ac
chromiumDev: 110.0.5464.2 -> 110.0.5478.4 2023-01-01 17:56:04 +01:00
Colin Arnott
d328e92f3d
netmaker: init at 0.17.1
Fixes #207654
2022-12-31 23:24:21 +00:00
OPNA2608
ee82cb3532 palemoon: 31.4.1.1 -> 31.4.2 2022-12-31 23:59:19 +01:00
Sandro
ec75c32673
Merge pull request #207328 from wegank/lsyncd-darwin 2022-12-31 23:07:26 +01:00
R. Ryantm
d2996cfa98 libcoap: 4.3.0 -> 4.3.1 2022-12-31 13:00:03 +00:00
github-actions[bot]
9ff694ce89 terraform-providers.huaweicloud: 1.43.0 → 1.44.0 2022-12-31 13:35:38 +10:00
github-actions[bot]
e14c703064 terraform-providers.baiducloud: 1.19.0 → 1.19.1 2022-12-31 13:35:38 +10:00
Sandro
cccb11da53
Merge pull request #208361 from aacebedo/aacebedo/vivaldi_wayland 2022-12-30 22:03:34 +01:00
R. Ryantm
dea47fa228 linkerd_edge: 22.8.2 -> 22.12.1 2022-12-30 23:47:58 +08:00
Alexandre Acebedo
e40216fa1b vivaldi: add wayland support and remove missing libGLES.so error 2022-12-30 14:19:19 +01:00
github-actions[bot]
e363dcd809 terraform-providers.tencentcloud: 1.79.2 → 1.79.3 2022-12-30 14:49:12 +10:00
github-actions[bot]
221f18edf8 terraform-providers.gandi: 2.2.1 → 2.2.2 2022-12-30 14:49:12 +10:00
github-actions[bot]
e82448e238 terraform-providers.baiducloud: 1.18.4 → 1.19.0 2022-12-30 14:49:12 +10:00
Robert Scott
a8ce53810a
Merge pull request #205689 from panicgh/minizip2
minizip2 -> minizip-ng: 2.10.6 -> 3.0.7
2022-12-29 23:16:05 +00:00
Anderson Torres
b01edd2e92
Merge pull request #208086 from fee1-dead-contrib/init/qq
qq: init at 2.0.3-543
2022-12-29 15:53:42 -03:00
Deadbeef
354f6e9b7c qq: init at 2.0.3-543 2022-12-29 23:03:14 +08:00
markuskowa
b8ca9b18b9
Merge pull request #208133 from r-ryantm/auto-update/psi-plus
psi-plus: 1.5.1642 -> 1.5.1644
2022-12-29 13:50:08 +01:00
Francesco Gazzetta
904f07f595
Merge pull request #206395 from fgaz/openrsync/init
openrsync: init at unstable-2022-05-08
2022-12-29 11:35:45 +00:00
Francesco Gazzetta
c866913327 openrsync: init at unstable-2022-05-08 2022-12-29 10:31:10 +01:00
github-actions[bot]
109dcb6baa terraform-providers.ksyun: 1.3.61 → 1.3.62 2022-12-29 13:32:29 +10:00
github-actions[bot]
54c113cebc terraform-providers.cloudflare: 3.30.0 → 3.31.0 2022-12-29 13:32:29 +10:00
github-actions[bot]
5189e84497 terraform-providers.bitbucket: 2.26.0 → 2.27.0 2022-12-29 13:32:29 +10:00