R. Ryantm
05c2b7507c
ffmpeg-normalize: 1.25.0 -> 1.25.1
2022-08-29 12:41:00 +00:00
Atemu
d6be38280c
obs-studio-plugins.obs-vkcapture: enable 32bit support ( #188699 )
2022-08-29 13:57:18 +02:00
Stanisław Pitucha
03858759ca
Merge pull request #185913 from gbtb/litecoin-0.21
...
litecoin: 0.18.1 -> 0.21.2.1
2022-08-29 21:33:30 +10:00
Pavol Rusnak
de2ae287d5
clightning: 0.11.2 -> 0.12.0
...
Co-Authored-By: Jonas Nick <jonasd.nick@gmail.com>
2022-08-29 13:22:37 +02:00
Sandro
0c1c5b34f9
Merge pull request #187462 from felschr/mullvad
2022-08-29 13:20:43 +02:00
R. Ryantm
d894f23f37
hugo: 0.101.0 -> 0.102.0
2022-08-29 10:34:30 +00:00
Sandro
ed09d1c1a1
Merge pull request #188435 from superherointj/package-vscode-extensions.usernamehw.errorlens-3.6.0
2022-08-29 11:45:03 +02:00
Sandro
7a1afba215
Merge pull request #188439 from linj-fork/pr/bump-netease-cloud-music-gtk
2022-08-29 11:39:43 +02:00
Sandro
5c6b4778e5
Merge pull request #188761 from sikmir/mapproxy
2022-08-29 11:37:07 +02:00
Daniel Siepmann
d62730e1ad
purple-signald: fix output path
2022-08-29 10:55:49 +02:00
Sandro
b084faca06
Merge pull request #187213 from equirosa/signal-desktop
2022-08-29 10:53:03 +02:00
R. Ryantm
4d9dc37881
remarkable-mouse: 7.0.2 -> 7.0.3
2022-08-29 07:47:50 +00:00
Jonas Heinrich
244e9db2f8
Merge pull request #183542 from r-ryantm/auto-update/mob
...
mob: 3.1.3 -> 3.1.5
2022-08-29 09:24:57 +02:00
Jonas Heinrich
16bb2635a5
Merge pull request #183552 from r-ryantm/auto-update/multus-cni
...
multus-cni: 3.8 -> 3.9.1
2022-08-29 09:23:06 +02:00
Jonas Heinrich
17dad6e887
Merge pull request #183611 from r-ryantm/auto-update/crc
...
crc: 2.4.1 -> 2.6.0
2022-08-29 09:19:47 +02:00
Fabian Affolter
ad09a2704b
Merge pull request #188748 from r-ryantm/auto-update/terragrunt
...
terragrunt: 0.38.7 -> 0.38.8
2022-08-29 08:47:01 +02:00
Doron Behar
252f4a7094
Merge pull request #188734 from collares/zoom-virtual
...
zoom-us: fix virtual backgrounds
2022-08-29 09:36:02 +03:00
Christian Kögler
18e7ff3115
Merge pull request #188583 from sikmir/cudatext
...
cudatext: 1.168.0 → 1.169.2
2022-08-29 07:28:01 +02:00
Nikolay Korotkiy
5e6302fadc
mapproxy: move to servers/geospatial
2022-08-29 07:32:59 +03:00
Christian Kögler
2b5e1bce52
Merge pull request #144068 from polykernel/fuzzel-combo-assertions-patch
...
fuzzel: refactor configure options
2022-08-29 06:22:52 +02:00
Timothy DeHerrera
17bee22553
Merge pull request #188547 from nrdxp/gamescope-update
...
gamescope: 3.11.39 -> 3.11.43
2022-08-28 22:21:18 -06:00
R. Ryantm
2af57386fd
ticker: 4.5.3 -> 4.5.4
2022-08-29 01:32:59 +00:00
R. Ryantm
187e3ee88f
terragrunt: 0.38.7 -> 0.38.8
2022-08-29 01:28:47 +00:00
R. Ryantm
2692e682c7
taskwarrior-tui: 0.23.5 -> 0.23.6
2022-08-29 01:23:14 +00:00
Mauricio Collares
d7f61154c3
zoom-us: fix virtual backgrounds
2022-08-28 21:45:32 -03:00
R. Ryantm
e71897f8ce
git-remote-gcrypt: 1.4 -> 1.5
2022-08-28 23:56:36 +00:00
polykernel
72dc88a9aa
fuzzel: revert CFLAGS workaround for librsvg regression
...
The '-Wno-error=comment' cflag was introduced in e01c412052
as a workaround for the librsvg build regression[1] when '-Werror' is used. The issue has
been fixed since release v2.54.1[2].
[1] - https://gitlab.gnome.org/GNOME/librsvg/-/issues/856
[2] - 39a6d3418c
2022-08-28 19:44:32 -04:00
R. Ryantm
6de85da84c
rofi-wayland-unwrapped: 1.7.3+wayland1 -> 1.7.5+wayland1
2022-08-28 23:41:00 +00:00
R. Ryantm
a8d96b8b99
ripes: 2.2.4 -> 2.2.5
2022-08-28 23:35:44 +00:00
polykernel
a983d4e779
fuzzel: refactor configure options
...
The current configure options exposed emulates the `choices` type of the
SVG and PNG backends from upstream meson_options with a freeform string,
however this is error prone and require accompanying validation which
unnecessarily complicates the derivation. Two alternatives were considered:
1. Splits the possible choices into separate options nad perform assertions to
ensure only one is selected.
2. Expose a set of sane default configure options, and structure the derivation
around this subset. Users who wish to customize the choice used can do so
using `override` or `overrideAttrs`.
Option 1 is not sustainable for large amounts of options which require large
amount of assertions just for ensuring uniqueness of selection, and adds
complexity to the configure phase. Option 2 minimally impairs the customizablity
of the derivation and was chosen in part to address option checking[1].
[1] - https://github.com/NixOS/nixpkgs/pull/141836#discussion_r739910095
2022-08-28 19:17:14 -04:00
superherointj
2a7368c1a1
Merge pull request #188553 from marsam/update-lean
...
lean: 3.46.0 -> 3.47.0
2022-08-28 19:42:11 -03:00
superherointj
38caf82121
Merge pull request #188570 from r-ryantm/auto-update/cheat
...
cheat: 4.3.1 -> 4.3.3
2022-08-28 19:33:53 -03:00
Sandro
e39fab3adc
Merge pull request #188574 from squalus/librewolf
2022-08-29 00:05:04 +02:00
Sandro
2324f15e87
Merge pull request #188548 from piperswe/piper/cloudflared-2022.8.2
2022-08-28 23:56:04 +02:00
Sandro
194a90bd71
Merge pull request #188634 from symphorien/paperwork-flakytest
2022-08-28 23:38:51 +02:00
Sandro
cd7918895f
Merge pull request #187914 from elohmeier/nnn-musl
2022-08-28 23:18:54 +02:00
superherointj
e141608421
Merge pull request #188685 from r-ryantm/auto-update/k3sup
...
k3sup: 0.12.0 -> 0.12.3
2022-08-28 18:08:02 -03:00
superherointj
aeb38c1e52
Merge pull request #188670 from r-ryantm/auto-update/humioctl
...
humioctl: 0.29.2 -> 0.30.0
2022-08-28 18:01:41 -03:00
superherointj
b43eb9cf78
Merge pull request #188694 from r-ryantm/auto-update/kyverno
...
kyverno: 1.7.2 -> 1.7.3
2022-08-28 18:00:25 -03:00
superherointj
bf543edf6e
Merge pull request #188669 from r-ryantm/auto-update/heimer
...
heimer: 3.5.0 -> 3.6.0
2022-08-28 17:59:28 -03:00
superherointj
a30fcfb242
Merge pull request #188688 from r-ryantm/auto-update/kubecfg
...
kubecfg: 0.26.0 -> 0.27.0
2022-08-28 17:56:20 -03:00
superherointj
1ba8945e9d
Merge pull request #188689 from r-ryantm/auto-update/kubeseal
...
kubeseal: 0.18.1 -> 0.18.2
2022-08-28 17:54:35 -03:00
Sandro
a0209de9da
Merge pull request #188647 from totoroot/update/qownnotes-22.8.4
2022-08-28 22:52:46 +02:00
R. Ryantm
ce357ff2b0
kyverno: 1.7.2 -> 1.7.3
2022-08-28 19:36:01 +00:00
R. Ryantm
c04cd3abcb
kuma: 1.7.1 -> 1.8.0
2022-08-28 19:30:34 +00:00
R. Ryantm
b3d71ba9d0
kubeseal: 0.18.1 -> 0.18.2
2022-08-28 19:29:44 +00:00
R. Ryantm
bb1f36a214
kubecfg: 0.26.0 -> 0.27.0
2022-08-28 19:28:33 +00:00
R. Ryantm
51e63e88d7
k3sup: 0.12.0 -> 0.12.3
2022-08-28 19:23:19 +00:00
R. Ryantm
670aec28b0
humioctl: 0.29.2 -> 0.30.0
2022-08-28 17:51:42 +00:00
R. Ryantm
126f8a0394
heimer: 3.5.0 -> 3.6.0
2022-08-28 17:47:43 +00:00
R. Ryantm
d5af8dec4e
go-graft: 0.2.8 -> 0.2.9
2022-08-28 17:20:08 +00:00
R. Ryantm
ece58d3205
erigon: 2022.08.02 -> 2022.08.03
2022-08-28 16:42:45 +00:00
Matthias Thym
3909e303eb
qownnotes: 22.8.3 -> 22.8.4
2022-08-28 17:49:23 +02:00
R. Ryantm
48a9e1aecd
cheat: 4.3.1 -> 4.3.3
2022-08-28 15:10:23 +00:00
superherointj
90444bade7
Merge pull request #188576 from r-ryantm/auto-update/cobalt
...
cobalt: 0.17.5 -> 0.18.3
2022-08-28 11:44:29 -03:00
superherointj
323fd4e915
Merge pull request #188578 from r-ryantm/auto-update/cilium-cli
...
cilium-cli: 0.12.1 -> 0.12.2
2022-08-28 11:39:01 -03:00
superherointj
ceed45fbb7
Merge pull request #188582 from r-ryantm/auto-update/clifm
...
clifm: 1.6 -> 1.7
2022-08-28 11:31:30 -03:00
superherointj
c4fbdaa95f
Merge pull request #188625 from kilianar/super-productivity-7.11.6
...
super-productivity: 7.11.5 -> 7.11.6
2022-08-28 11:25:27 -03:00
superherointj
383abbd2bc
Merge pull request #188632 from kilianar/wvkbd-0.10
...
wvkbd: 0.9 -> 0.10
2022-08-28 11:24:04 -03:00
superherointj
31d466380f
Merge pull request #188636 from r-ryantm/auto-update/gitRepo
...
gitRepo: 2.28 -> 2.29.1
2022-08-28 11:22:14 -03:00
superherointj
2870301c3b
Merge pull request #188597 from r-ryantm/auto-update/fetchmail
...
fetchmail: 6.4.32 -> 6.4.33
2022-08-28 11:20:19 -03:00
superherointj
7e5070212c
Merge pull request #188633 from kilianar/logseq-0.8.2
...
logseq: 0.8.1 -> 0.8.2
2022-08-28 11:07:43 -03:00
superherointj
26f8572ed8
Merge pull request #188605 from azahi/werf
...
werf: 1.2.164 -> 1.2.165
2022-08-28 10:49:58 -03:00
superherointj
4118f6294b
Merge pull request #188627 from helsinki-systems/upd/texstudio
...
texstudio: 4.3.0 -> 4.3.1
2022-08-28 10:42:32 -03:00
R. Ryantm
dbdd8d15e0
gitRepo: 2.28 -> 2.29.1
2022-08-28 13:41:36 +00:00
superherointj
5103abe810
Merge pull request #188294 from fabianhauser/update-vscode-svelte
...
vscode-extensions.svelte.svelte-vscode: 105.3.0 -> 105.21.0
2022-08-28 10:35:29 -03:00
kilianar
498695cf51
logseq: 0.8.1 -> 0.8.2
...
https://github.com/logseq/logseq/releases/tag/0.8.2
2022-08-28 15:34:08 +02:00
kilianar
1f698f2718
wvkbd: 0.9 -> 0.10
...
https://github.com/jjsullivan5196/wvkbd/releases/tag/v0.10
2022-08-28 15:28:14 +02:00
Guillaume Girol
c6d38ef4df
Merge pull request #187707 from onny/paperwork-backend
...
python310Packages.paperwork-backend: Fix tests
2022-08-28 13:27:24 +00:00
ajs124
bb742b2bb9
texstudio: 4.3.0 -> 4.3.1
2022-08-28 14:59:33 +02:00
kilianar
eb1ec41120
super-productivity: 7.11.5 -> 7.11.6
...
https://github.com/johannesjo/super-productivity/releases/tag/v7.11.6
2022-08-28 14:52:55 +02:00
Jonas Heinrich
0b36375f7f
Merge pull request #183677 from r-ryantm/auto-update/nwg-drawer
...
nwg-drawer: 0.2.8 -> 0.3.0
2022-08-28 14:50:02 +02:00
Sandro
64282ec797
Merge pull request #187760 from SuperSandro2000/lkl
2022-08-28 14:43:58 +02:00
0x4A6F
e0afbe674a
Merge pull request #188588 from r-ryantm/auto-update/dasel
...
dasel: 1.26.0 -> 1.26.1
2022-08-28 14:29:20 +02:00
Jonas Heinrich
3e1cc19497
Merge pull request #183690 from r-ryantm/auto-update/openhantek6022
...
openhantek6022: 3.2.5 -> 3.3.1
2022-08-28 14:22:00 +02:00
Sandro
932bd36d04
Merge pull request #188453 from huantianad/tauon-broadcast-fix
2022-08-28 14:17:34 +02:00
Guillaume Girol
f9229cd157
python3.pkgs.paperwork-backend: fix flaky test
2022-08-28 12:00:00 +00:00
Jonas Heinrich
d414ce902e
Merge pull request #184143 from r-ryantm/auto-update/x11docker
...
x11docker: 7.1.4 -> 7.4.2
2022-08-28 13:53:43 +02:00
Sandro
267166a6cc
Merge pull request #188585 from r-ryantm/auto-update/docker-compose
2022-08-28 13:01:55 +02:00
Jonas Heinrich
c4fd9300ff
Merge pull request #184218 from r-ryantm/auto-update/gwyddion
...
gwyddion: 2.60 -> 2.61
2022-08-28 13:01:46 +02:00
Azat Bahawi
8e23e32028
werf: 1.2.164 -> 1.2.165
2022-08-28 13:31:49 +03:00
Brian Leung
5642de5440
emacs/elisp-packages: Remove manual Emacs package (apheleia)
...
We defined a manual expression before because apheleia wasn't in
MELPA. Now that it is, we can remove it.
2022-08-28 03:28:22 -07:00
R. Ryantm
ea51fbc96e
emacsPackages.ebuild-mode: 1.55 -> 1.60
2022-08-28 10:24:50 +00:00
R. Ryantm
780c40b619
fetchmail: 6.4.32 -> 6.4.33
2022-08-28 10:11:51 +00:00
Fabian Hauser
bd56129fba
vscode-extensions.svelte.svelte-vscode: 105.3.0 -> 105.21.0
2022-08-28 11:58:20 +02:00
R. Ryantm
b6a96bb583
dasel: 1.26.0 -> 1.26.1
2022-08-28 09:32:11 +00:00
R. Ryantm
130d56cffd
docker-compose: 2.10.1 -> 2.10.2
2022-08-28 09:12:35 +00:00
Nikolay Korotkiy
9fdbea27fd
cudatext: 1.168.0 → 1.169.2
2022-08-28 12:07:50 +03:00
R. Ryantm
f8fc6c64f5
clifm: 1.6 -> 1.7
2022-08-28 09:02:22 +00:00
R. Ryantm
21c18d68ba
cilium-cli: 0.12.1 -> 0.12.2
2022-08-28 08:47:36 +00:00
R. Ryantm
b5f8864263
cobalt: 0.17.5 -> 0.18.3
2022-08-28 08:43:14 +00:00
Bobby Rong
24df12356d
Merge pull request #187916 from kilianar/portfolio-0.59.1
...
portfolio: 0.59.0 -> 0.59.1
2022-08-28 16:29:03 +08:00
R. Ryantm
4ae959e949
btcpayserver: 1.6.9 -> 1.6.10
2022-08-28 08:19:02 +00:00
Christian Kögler
6cae4be2a7
Merge pull request #188295 from collares/dropbox-cli
...
dropbox-cli: update nautilus-dropbox url
2022-08-28 07:14:29 +02:00
github-actions[bot]
78e9d21446
terraform-providers: update 2022-08-28
2022-08-28 14:57:26 +10:00
Mario Rodas
6f74844898
Merge pull request #188546 from magnouvean/master
...
ferdium: 6.0.0 -> 6.1.0
2022-08-27 21:11:03 -05:00
Bobby Rong
4f13d5267e
Merge pull request #188373 from Zimmi48/obsidian-electron-18
...
obsidian: upgrade dependency as requested by upstream
2022-08-28 09:55:00 +08:00
adisbladis
dbeff35a1a
Merge pull request #188533 from lionello/patch-5
...
geth: remove lionello from maintainers
2022-08-28 09:24:31 +08:00
Piper McCorkle
36565b308b
cloudflared: 2022.7.1 -> 2022.8.2
2022-08-27 20:05:42 -05:00
Timothy DeHerrera
b3c82f445c
gamescope: 3.11.39 -> 3.11.43
2022-08-27 18:06:43 -06:00