Commit Graph

15446 Commits

Author SHA1 Message Date
Theodore Ni
898769de62
_3mux: update patches
Use patch that has been merged upstream instead of one that is on my
fork. This requires pulling in another patch too so that it can apply
cleanly.
2022-11-27 00:13:23 -08:00
Martin Weinelt
77d2151505
Merge pull request #201382 from risicle/ris-fluentd-1.15.3 2022-11-27 03:07:05 +01:00
Martin Weinelt
4988aadeb1
Merge pull request #202778 from r-ryantm/auto-update/apkeep 2022-11-27 01:53:28 +01:00
Martin Weinelt
2c043902b2
Merge pull request #203150 from r-ryantm/auto-update/ostree 2022-11-27 01:53:01 +01:00
R. Ryantm
1b4e26ffd1 ostree: 2022.6 -> 2022.7 2022-11-27 00:16:50 +00:00
Anselm Schüler
a548967a87 screenfetch: update pname to reflect attribute path and executable name 2022-11-26 21:11:49 +01:00
Nikolay Korotkiy
566626804f
Merge pull request #202843 from r-ryantm/auto-update/fsmon
fsmon: 1.8.4 -> 1.8.5
2022-11-26 18:24:32 +04:00
Jonas Heinrich
1a40c87edd
Merge pull request #202984 from jyooru/update/pmbootstrap
pmbootstrap: 1.45.0 -> 1.50.0
2022-11-26 13:24:38 +01:00
Jonas Heinrich
eaf80fc85e
Merge pull request #202980 from r-ryantm/auto-update/fluent-bit
fluent-bit: 2.0.5 -> 2.0.6
2022-11-26 12:58:22 +01:00
R. Ryantm
c466874324 phrase-cli: 2.5.4 -> 2.6.0 2022-11-26 19:42:44 +08:00
R. Ryantm
bc74a90ab9 pandoc-katex: 0.1.9 -> 0.1.10 2022-11-26 19:36:57 +08:00
R. Ryantm
8277e10067 fluent-bit: 2.0.5 -> 2.0.6 2022-11-26 05:53:35 +00:00
Joel
8aa0e6b874
pmbootstrap: 1.45.0 -> 1.50.0 2022-11-26 14:38:26 +10:00
figsoda
96f04513e6
Merge pull request #202812 from r-ryantm/auto-update/chezmoi
chezmoi: 2.27.1 -> 2.27.2
2022-11-25 14:47:32 -05:00
Fabian Affolter
5a8d23aa4e
fsmon: add changelog to meta 2022-11-25 19:54:15 +01:00
Sandro
9606b88555
Merge pull request #202833 from nagy/duf-manpage 2022-11-25 19:50:27 +01:00
Martin Weinelt
e8667afe7e
Merge pull request #200382 from r-ryantm/auto-update/esphome 2022-11-25 18:26:42 +01:00
R. Ryantm
e03d562dd1 fsmon: 1.8.4 -> 1.8.5 2022-11-25 12:02:17 +00:00
R. Ryantm
0763a64837 esphome: 2022.10.2 -> 2022.11.3 2022-11-25 12:01:50 +00:00
Bobby Rong
cdcd41104a
Merge pull request #202781 from aaronjheng/dashing
dashing: use buildGoModule
2022-11-25 19:57:15 +08:00
Daniel Nagy
bf1fb37cdc
duf: install man page 2022-11-25 12:30:00 +01:00
kilianar
c8fcb7aeb8
direnv: 2.32.1 -> 2.32.2 (#202723)
https://github.com/direnv/direnv/releases/tag/v2.32.2
2022-11-25 10:47:01 +01:00
R. Ryantm
bc15289836 chezmoi: 2.27.1 -> 2.27.2 2022-11-25 09:21:42 +00:00
Aaron Jheng
cd0956bb59
dashing: use buildGoModule 2022-11-25 06:14:54 +00:00
R. Ryantm
8146ac2a81 apkeep: 0.13.0 -> 0.14.1 2022-11-25 05:39:58 +00:00
Stefan Frijters
abe1c9eede
h5utils: Add meta.changelog 2022-11-24 23:28:05 +01:00
Robert Helgesson
24435b435d svtplay-dl: 4.14 -> 4.15 2022-11-24 19:31:30 +01:00
Mario Rodas
69efbec3ae
Merge pull request #202680 from marsam/update-scdl
scdl: 2.7.2 -> 2.7.3
2022-11-24 09:45:21 -05:00
Jonas Heinrich
0c15ee19df
Merge pull request #202410 from r-ryantm/auto-update/opentelemetry-collector-contrib
opentelemetry-collector-contrib: 0.64.0 -> 0.65.0
2022-11-24 15:11:27 +01:00
Jonas Heinrich
ad537b5388
Merge pull request #202420 from r-ryantm/auto-update/plantuml-server
plantuml-server: 1.2022.12 -> 1.2022.13
2022-11-24 14:22:43 +01:00
Mario Rodas
f8fcc05367
Merge pull request #202446 from r-ryantm/auto-update/pspg
pspg: 5.5.9 -> 5.5.12
2022-11-24 02:23:18 -05:00
Mario Rodas
91bceccd1c
Merge pull request #202515 from ncfavier/tmux-utf8proc
tmux: enable utf8proc everywhere
2022-11-24 02:00:14 -05:00
R. Ryantm
2440674e5f yad: 12.0 -> 12.1 2022-11-23 13:42:19 +00:00
Naïm Favier
962c8cba72
tmux: enable utf8proc everywhere
Currently, tmux does not render emoji from Unicode 15 (e.g. U+1FABF 🪿), because the
`wcwidth` function from glibc does not know about the new characters.
Support was added upstream but not released yet
(https://sourceware.org/git/?p=glibc.git;a=commit;h=7fe6734d28feb18acb3c50b13a5f5a52f66d39cf).
Instead, tmux can use the `wcwidth` function from utf8proc, which has
regular updates so that we don't have to wait 6 months for the new
characters to be supported.
2022-11-23 13:23:32 +01:00
R. Ryantm
639d8523a9 plantuml: 1.2022.12 -> 1.2022.13 2022-11-23 09:55:14 +01:00
Mario Rodas
70158e0be0 scdl: 2.7.2 -> 2.7.3 2022-11-23 04:20:00 +00:00
R. Ryantm
30709c1574 pspg: 5.5.9 -> 5.5.12 2022-11-22 23:01:04 +00:00
R. Ryantm
e0e86de33f plantuml-server: 1.2022.12 -> 1.2022.13 2022-11-22 21:00:24 +00:00
R. Ryantm
78162b12ca opentelemetry-collector-contrib: 0.64.0 -> 0.65.0 2022-11-22 20:24:44 +00:00
Jörg Thalheim
6a9f5351f5
Merge pull request #202387 from r-ryantm/auto-update/nix-direnv
nix-direnv: 2.1.2 -> 2.2.0
2022-11-22 20:38:18 +01:00
R. Ryantm
2a65c2a491 nix-direnv: 2.1.2 -> 2.2.0 2022-11-22 18:50:27 +00:00
Jörg Thalheim
f6b4b52a17 autojump: fixup python shebang after cross fix
we need python also in buildInputs for the shebang to get fixed properly
2022-11-22 16:20:08 +01:00
Mario Rodas
390d06572e
Merge pull request #202302 from marsam/update-shadowenv
shadowenv: 2.0.6 -> 2.1.0
2022-11-22 08:01:55 -05:00
R. Ryantm
766cc473f7 ikill: 1.5.0 -> 1.6.0 2022-11-22 16:38:32 +08:00
wentam
2ea79e0fe4 mnc: init at 0.4 2022-11-22 06:00:49 +01:00
Mario Rodas
c89f68dee3
Merge pull request #202140 from marsam/update-godu
godu: 1.3.0 -> 1.4.1
2022-11-21 23:36:41 -05:00
R. Ryantm
cd777c9158 cyberchef: 9.48.0 -> 9.49.0 2022-11-22 11:51:27 +08:00
R. Ryantm
4c5f7afb5f broadlink-cli: 0.18.2 -> 0.18.3 2022-11-22 09:11:52 +08:00
Martin Weinelt
45c65058c0
enumer: init at 1.5.7 2022-11-21 21:58:19 +01:00
Sandro
5ef6417eb0
Merge pull request #202102 from SuperSandro2000/goreleaser 2022-11-21 19:58:38 +01:00