Commit Graph

16172 Commits

Author SHA1 Message Date
deinferno
3cde183232
autorandr: 1.13.1 -> 1.13.2 2023-01-23 20:11:07 +05:00
Weijia Wang
e1fc5098c0
Merge pull request #209295 from r-ryantm/auto-update/vttest
vttest: 20221111 -> 20221229
2023-01-23 14:59:52 +01:00
Weijia Wang
6b15aa41e0
Merge pull request #209272 from r-ryantm/auto-update/wakatime
wakatime: 1.60.1 -> 1.61.0
2023-01-23 14:55:00 +01:00
misuzu
6262935d09 fzf: fix failing test on 32-bit platforms 2023-01-23 20:41:11 +10:00
Weijia Wang
08764792a8
Merge pull request #207212 from r-ryantm/auto-update/yad
yad: 12.1 -> 12.3
2023-01-23 08:34:51 +01:00
Weijia Wang
b8fa025f0d
Merge pull request #206785 from r-ryantm/auto-update/page
page: 4.4.0 -> 4.6.0
2023-01-23 08:31:32 +01:00
Weijia Wang
7e2c6a9378
Merge pull request #204945 from r-ryantm/auto-update/upterm
upterm: 0.9.0 -> 0.10.0
2023-01-23 08:01:08 +01:00
Weijia Wang
c6c16f2d77
Merge pull request #205111 from r-ryantm/auto-update/easeprobe
easeprobe: 1.9.0 -> 2.0.0
2023-01-23 07:58:15 +01:00
Weijia Wang
25da1e6ba4
Merge pull request #201015 from r-ryantm/auto-update/chafa
chafa: 1.12.3 -> 1.12.4
2023-01-23 07:07:56 +01:00
Weijia Wang
290892ddba
Revert "jdupes: 1.21.0 -> 1.21.1" 2023-01-23 06:53:00 +01:00
Weijia Wang
7af261f776
Merge pull request #200404 from r-ryantm/auto-update/convimg
convimg: 8.10.2 -> 9.0
2023-01-23 06:00:36 +01:00
Weijia Wang
42dc684a98
Merge pull request #197153 from r-ryantm/auto-update/sharedown
sharedown: 5.0.2 -> 5.1.0
2023-01-23 05:28:55 +01:00
Anderson Torres
e83911bd90 setconf: init at 0.7.7 2023-01-22 22:32:44 -03:00
Martin Weinelt
eb88ec0409
Merge pull request #211997 from mweinelt/esphome
esphome: 2022.12.3 -> 2022.12.4
2023-01-22 23:52:01 +00:00
Sandro
02114099f0
Merge pull request #206657 from r-ryantm/auto-update/trillian 2023-01-23 00:22:53 +01:00
Sandro
15b85dedcb
Merge pull request #212017 from SuperSandro2000/diffoscope 2023-01-22 21:03:56 +01:00
Mario Rodas
45a5c01a26
Merge pull request #212114 from marsam/update-ytarchive
ytarchive: 2022-05-28 -> 0.3.2
2023-01-22 10:50:30 -05:00
Mario Rodas
84c765c8bc
Merge pull request #210925 from 0x4A6F/master-blflash
blflash: 0.3.3 -> 0.3.5
2023-01-22 10:49:50 -05:00
Mario Rodas
500fe45827
Merge pull request #212109 from marsam/update-twspace-dl
twspace-dl: 2022.6.6.1 -> 2023.1.22.1
2023-01-22 10:49:03 -05:00
Weijia Wang
fa71ed94ad
Merge pull request #192527 from r-ryantm/auto-update/profile-sync-daemon
profile-sync-daemon: 6.47 -> 6.48
2023-01-22 15:52:16 +01:00
Mario Rodas
389d6cb768
Merge pull request #211497 from r-ryantm/auto-update/autorandr
autorandr: 1.13 -> 1.13.1
2023-01-22 09:46:12 -05:00
Mario Rodas
c62aa1d839
Merge pull request #211523 from r-ryantm/auto-update/asdf-vm
asdf-vm: 0.11.0 -> 0.11.1
2023-01-22 09:43:51 -05:00
Mario Rodas
f71acca52c
Merge pull request #211712 from r-ryantm/auto-update/pspg
pspg: 5.7.1 -> 5.7.2
2023-01-22 09:35:52 -05:00
José Romildo Malaquias
400ed6ea14
Merge pull request #212019 from SuperSandro2000/jdupes
jdupes: 1.21.0 -> 1.21.1
2023-01-22 11:30:27 -03:00
Mario Rodas
92b1af03b3
Merge pull request #212106 from r-ryantm/auto-update/changelogger
changelogger: 0.5.3 -> 0.6.0
2023-01-22 08:50:50 -05:00
Azat Bahawi
08d2a9eb2a
Merge pull request #211682 from r-ryantm/auto-update/tbls
tbls: 1.57.1 -> 1.58.0
2023-01-22 16:28:45 +03:00
R. Ryantm
cfaedf6c3b changelogger: 0.5.3 -> 0.6.0 2023-01-22 13:15:34 +00:00
Fabian Affolter
369de1c1e4
Merge pull request #212005 from figsoda/askalono
askalono: init at 0.4.6
2023-01-22 13:56:56 +01:00
Adam Joseph
42815b4a0c treewide: systemdSupport: use lib.meta.availableOn
Many packages have some kind of flag indicating whether or not to build with
systemd support.  Most of these default to `stdenv.isLinux`, but systemd does
not build on (and is marked `broken` for) `isStatic`.  Only a few packages have
the needed `&& !isStatic` in the default value for their parameter.

This commit moves the logic for the default value of these flags into
`systemd.meta.{platforms,badPlatforms}` and evaluates those conditions using
`lib.meta.availableOn`.

This provides three benefits:

1. The default values are set correctly (i.e. including `&& isStatic`)

2. The default values are set consistently

3. The way is paved for any future non-Linux systemd platforms (FreeBSD is
   reported to have experimental systemd support)
2023-01-22 00:27:19 -08:00
Nick Cao
a0ea430bad
Merge pull request #201378 from Flakebi/clini
clini: init at 0.1.0
2023-01-22 16:22:08 +08:00
Jonas Heinrich
a682785841
Merge pull request #211891 from r-ryantm/auto-update/chezmoi
chezmoi: 2.29.2 -> 2.29.3
2023-01-22 08:06:52 +01:00
Mario Rodas
04fc68068a ytarchive: 2022-05-28 -> 0.3.2
https://github.com/Kethsar/ytarchive/releases/tag/v0.3.2
2023-01-22 04:20:00 +00:00
Mario Rodas
f19e1ef486 twspace-dl: 2022.6.6.1 -> 2023.1.22.1
https://github.com/HoloArchivists/twspace-dl/releases/tag/2023.1.22.0
2023-01-22 04:20:00 +00:00
Uri Baghin
469cd328bc
Merge pull request #211959 from r-ryantm/auto-update/opentelemetry-collector
opentelemetry-collector: 0.68.0 -> 0.69.1
2023-01-22 15:04:57 +11:00
Sandro Jäckel
a2b154b4c2
diffoscope: 229 -> 233 2023-01-22 04:29:51 +01:00
Weijia Wang
218c4c526e
Merge pull request #212002 from mothsART/feature/replace_http_by_https
treewide: replace http by https when https is a permanent redirection
2023-01-22 03:26:02 +01:00
Ferry Jérémie
65d7e87fdb treewide: replace http by https when https is a permanent redirection 2023-01-22 02:46:49 +01:00
Sandro Jäckel
399e77983c
parallel: 20221122 -> 20221222 2023-01-22 01:58:00 +01:00
Felix Zieger
610bcb9baa
parallel: 20220322 -> 20221122 (#206262) 2023-01-22 01:53:06 +01:00
Sandro Jäckel
c938476ca3
jdupes: 1.21.0 -> 1.21.1 2023-01-22 01:48:34 +01:00
figsoda
da5b47eba8
Merge pull request #211962 from figsoda/go
treewide: remove empty go vendor hashes
2023-01-21 18:06:47 -05:00
figsoda
2b01ef7616 askalono: init at 0.4.6 2023-01-21 17:13:11 -05:00
Martin Weinelt
50cd191b88
esphome: 2022.12.3 -> 2022.12.4
https://github.com/esphome/esphome/releases/tag/2022.12.4
2023-01-21 21:13:57 +00:00
figsoda
d8f9bcbcd6 treewide: remove empty go vendor hashes 2023-01-21 11:35:00 -05:00
R. Ryantm
5f65fb8ed8 opentelemetry-collector: 0.68.0 -> 0.69.1 2023-01-21 16:21:26 +00:00
R. Ryantm
1e403c6c0e phrase-cli: 2.6.2 -> 2.6.4 2023-01-21 14:07:57 +00:00
R. Ryantm
23ad6a1f11 open-pdf-sign: 0.1.2 -> 0.1.3 2023-01-21 21:06:08 +08:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
R. Ryantm
05ba360026 chezmoi: 2.29.2 -> 2.29.3 2023-01-21 09:00:18 +00:00
Nick Cao
f7b2f2970d
Merge pull request #211742 from martiert/tmuxp
Update tmuxp to 1.23.0
2023-01-21 14:43:51 +08:00
R. Ryantm
51577b3025 vtm: 0.9.8l -> 0.9.8n 2023-01-21 01:30:02 +00:00
Martin Ertsås
a8e35d0131
tmuxp: 1.12.1 -> 1.23.0
tmuxp 1.12.1 depends on a libtmux where you can import which from the
library. This has been changed in libtmux, and we now need to use
shutil.which to avoid the error:

ImportError: cannot import name 'which' from 'libtmux.common'

Updating the package fixes this issue.
2023-01-20 20:26:55 +01:00
Sandro
0b6ed8ffbc
Merge pull request #211636 from figsoda/onefetch 2023-01-20 13:50:36 +01:00
Sandro
dc0b937e4a
Merge pull request #208739 from gbtb/gsmartcontrol_114 2023-01-20 13:37:07 +01:00
R. Ryantm
d1a7d1769b infracost: 0.10.15 -> 0.10.16 2023-01-20 14:15:49 +08:00
R. Ryantm
4b9dbcd0b7 aoc-cli: 0.11.0 -> 0.12.0 2023-01-20 13:59:03 +08:00
Jörg Thalheim
6aac386701
Merge pull request #211711 from qowoz/nix-direnv
nix-direnv: 2.2.0 -> 2.2.1
2023-01-20 06:38:28 +01:00
R. Ryantm
332d83e8e3 hyfetch: 1.4.4 -> 1.4.6 2023-01-20 13:23:15 +08:00
R. Ryantm
373efbda64 limitcpu: 2.7 -> 2.8 2023-01-20 05:13:53 +00:00
R. Ryantm
7e17e3ef7a pspg: 5.7.1 -> 5.7.2 2023-01-20 04:50:17 +00:00
zowoq
bae6867201 nix-direnv: 2.2.0 -> 2.2.1
Diff: https://github.com/nix-community/nix-direnv/compare/2.2.0...2.2.1
2023-01-20 14:47:37 +10:00
R. Ryantm
caa22c43db tbls: 1.57.1 -> 1.58.0 2023-01-20 00:35:32 +00:00
Nick Cao
57dc747fa6
Merge pull request #211370 from r-ryantm/auto-update/tz
tz: 0.6.2 -> 0.6.3
2023-01-20 07:51:16 +08:00
figsoda
25940fd0df
Merge pull request #211486 from figsoda/macchina
macchina: fix darwin build, add figsoda as a maintainer
2023-01-19 18:42:45 -05:00
happysalada
0e69342bad vector: 0.26.0 -> 0.27.0 2023-01-19 18:17:57 -05:00
R. Ryantm
0d9917d16b wakatime: 1.60.1 -> 1.61.0 2023-01-19 21:30:47 +00:00
figsoda
6885007b2b onefetch: 2.14.2 -> 2.15.1
Diff: https://github.com/o2sh/onefetch/compare/2.14.2...2.15.1

Changelog: https://github.com/o2sh/onefetch/blob/v2.15.1/CHANGELOG.md
2023-01-19 14:47:21 -05:00
R. Ryantm
e4d981e97f cf-terraforming: 0.8.8 -> 0.9.0 2023-01-19 18:35:34 +00:00
Vladimír Čunát
5054a30632
licensor: fix tests, this time in a longterm way 2023-01-19 19:16:21 +01:00
Weijia Wang
4f50411cfc bmon: unbreak on aarch64-darwin 2023-01-19 19:10:47 +01:00
Nick Cao
766d6de293
Merge pull request #211480 from figsoda/onefetch
onefetch: fix build
2023-01-19 13:51:40 +08:00
R. Ryantm
59073a3fd5 asdf-vm: 0.11.0 -> 0.11.1 2023-01-19 04:58:32 +00:00
R. Ryantm
9ad7ca73f4 autorandr: 1.13 -> 1.13.1 2023-01-19 02:05:32 +00:00
Nick Cao
f3892b6fd7
Merge pull request #211440 from r-ryantm/auto-update/h5utils
h5utils: 1.13.1 -> 1.13.2
2023-01-19 09:07:52 +08:00
figsoda
153f1f1e45 macchina: fix darwin build, add figsoda as a maintainer 2023-01-18 19:39:56 -05:00
figsoda
62e3072db6 onefetch: fix build 2023-01-18 18:25:01 -05:00
R. Ryantm
fe0fbe3d7b ytfzf: 2.5.3 -> 2.5.4 2023-01-18 14:33:13 -08:00
figsoda
7af07ad636
Merge pull request #211443 from r-ryantm/auto-update/gh-dash
gh-dash: 3.5.1 -> 3.6.0
2023-01-18 15:40:20 -05:00
R. Ryantm
259703abb8 gh-dash: 3.5.1 -> 3.6.0 2023-01-18 20:07:37 +00:00
R. Ryantm
f5915c6a0e h5utils: 1.13.1 -> 1.13.2 2023-01-18 19:40:33 +00:00
R. Ryantm
6fbe9c5daa plantuml-server: 1.2022.14 -> 1.2023.0 2023-01-18 21:57:02 +08:00
Alyssa Ross
d01e46db3c fzf: only wrap perl on Linux
As the comment says, this should only have happened on Linux, not all
non-Darwin platforms.

Fixes pkgsCross.x86_64-netbsd.fzf.

Fixes: 1693ed2be9 ("fzf: wrap 'perl' in scripts with LOCALE_ARCHIVE")
2023-01-18 12:15:47 +00:00
Mario Rodas
a5c47ae709
Merge pull request #211371 from r-ryantm/auto-update/chezmoi
chezmoi: 2.29.1 -> 2.29.2
2023-01-18 06:53:05 -05:00
R. Ryantm
ff330ceb76 chezmoi: 2.29.1 -> 2.29.2 2023-01-18 10:40:34 +00:00
R. Ryantm
57008f6817 tz: 0.6.2 -> 0.6.3 2023-01-18 10:37:00 +00:00
Weijia Wang
7b19e25b87 qmake2cmake: init at 1.0.2 2023-01-18 05:35:19 +01:00
Nick Cao
a3fcaf4884
Merge pull request #211180 from VergeDX/gpick
gpick: 0.2.6 -> 0.3
2023-01-18 09:07:31 +08:00
zowoq
cdd8bd0799 fzf: 0.35.1 -> 0.36.0
Diff: https://github.com/junegunn/fzf/compare/0.35.1...0.36.0

Changelog: https://github.com/junegunn/fzf/blob/0.36.0/CHANGELOG.md
2023-01-18 07:08:53 +10:00
Vanilla
988c7c1623
gpick: 0.2.6 -> 0.3 2023-01-17 12:51:39 +08:00
Nick Cao
7e93fa5d51
Merge pull request #210839 from r-ryantm/auto-update/lesspipe
lesspipe: 2.06 -> 2.07
2023-01-17 10:18:27 +08:00
gbtb
2dedd1b743 gsmartcontrol: 1.1.3 -> 1.1.4 2023-01-17 10:14:49 +10:00
Robert Helgesson
e24b481e0a svtplay-dl: 4.17 -> 4.18 2023-01-16 23:31:51 +01:00
ajs124
d3927335f3
Merge pull request #209523 from r-ryantm/auto-update/memtest86plus
memtest86plus: 6.00 -> 6.01
2023-01-16 20:08:48 +01:00
Jörg Thalheim
f1b0fbcaa3
Merge pull request #211074 from Atemu/toybox-darwin-unbreak
toybox: fix Libsystem inconsistency properly
2023-01-16 14:35:34 +01:00
Atemu
e583172fcb toybox: small refactor 2023-01-16 12:17:04 +01:00
Nick Cao
25d107eb8e
Merge pull request #210866 from suominen/colorless
colorless: init at 109
2023-01-16 18:38:48 +08:00
Kimmo Suominen
c98d09461e colorless: init at 109 2023-01-16 12:29:51 +02:00
Atemu
5e2eff6984 toybox: fix Libsystem inconsistency properly
As @wegank pointed out, the problem was that buildPackages.stdenv.cc was in
depsBuildBuild and that includes the regular stdenv's Libsystem. Only do that
when cross-compiling.
2023-01-16 11:20:00 +01:00
Jörg Thalheim
2f1948af9c
Merge pull request #210894 from Atemu/toybox-darwin-unbreak
toybox: unbreak on darwin
2023-01-16 09:58:26 +01:00
Nick Cao
c6631169d8
Merge pull request #210830 from r-ryantm/auto-update/mongodb-compass
mongodb-compass: 1.34.2 -> 1.35.0
2023-01-16 13:55:46 +08:00