github-actions[bot]
02bb5e5201
Merge master into staging-next
2024-10-26 00:14:06 +00:00
Yt
f5876b311a
vector: stop overriding default features ( #351066 )
2024-10-25 14:14:46 -04:00
K900
7f898ed413
Merge remote-tracking branch 'origin/master' into staging-next
2024-10-25 21:06:42 +03:00
Nick Cao
9e50761a88
mutagen-compose: 0.17.6 -> 0.18.0 ( #351078 )
2024-10-25 11:51:39 -04:00
aleksana
756021ca52
colorpicker: remove
2024-10-25 22:42:31 +08:00
Sandro
09aa28c2b5
tmux-sessionizer: 0.4.3 -> 0.4.4 ( #351112 )
2024-10-25 15:34:29 +02:00
Tobias Langendorf
2b5e0949de
tmux-sessionizer: 0.4.3 -> 0.4.4
2024-10-25 13:47:51 +02:00
Sefa Eyeoglu
360726d4ce
python312Packages.codecov: drop ( #350862 )
2024-10-25 12:17:10 +02:00
R. Ryantm
77054d54e8
mutagen-compose: 0.17.6 -> 0.18.0
2024-10-25 05:07:08 +00:00
K900
764384fc64
Merge remote-tracking branch 'origin/master' into staging-next
2024-10-25 07:59:17 +03:00
Donovan Glover
b523b2099a
hyfetch: 1.4.11 -> 1.99.0; use modern standards ( #350800 )
2024-10-25 04:13:20 +00:00
Julius Michaelis
91cbfce5df
vector: stop overriding default features
...
So far, features were overridden to remove unix from the default feature set.
However, e.g. oniguruma is in the dependency tree and only works on isUnix platforms, so the feature was always on anyways.
This additionally deals with the problem that adding the rdkafka?/… resulted in an empty feature list.
Alternatively, this could have been worked around by adding rdkafka/… to the feature list since rdkafka is enabled by another feature in the list,
but this is no longer necessary.
2024-10-25 11:27:55 +09:00
techknowlogick
ae2a0a82c0
goreleaser: move to pkgs/by-name
2024-10-24 21:44:08 -04:00
techknowlogick
5057f78ee4
goreleaser: 2.2.0 -> 2.3.2
...
Diff: https://github.com/goreleaser/goreleaser/compare/v2.2.0...v2.3.2
2024-10-24 21:40:25 -04:00
Fabián Heredia Montiel
da7fb8d0ef
Merge remote-tracking branch 'origin/master' into staging-next
2024-10-24 17:53:05 -06:00
Nick Cao
0fdb289f8e
jfrog-cli: 2.70.0 -> 2.71.0 ( #350926 )
2024-10-24 16:04:09 -04:00
Nick Cao
206d8a85a9
cyberchef: 10.19.2 -> 10.19.4 ( #350838 )
2024-10-24 14:21:45 -04:00
github-actions[bot]
ef782655d2
Merge master into staging-next
2024-10-24 18:04:38 +00:00
Martin Weinelt
c5702bd28c
esphome: 2024.10.1 -> 2024.10.2 ( #350811 )
2024-10-24 18:04:08 +02:00
R. Ryantm
b9bfcaf3b0
jfrog-cli: 2.70.0 -> 2.71.0
2024-10-24 11:31:43 +00:00
K900
dee94df6f2
Merge remote-tracking branch 'origin/master' into staging-next
2024-10-24 09:28:51 +03:00
Pyrox
d013122dd0
bepasty: remove deprecated codecov dependency
2024-10-24 02:00:11 -04:00
R. Ryantm
85b02bfcf8
cyberchef: 10.19.2 -> 10.19.4
2024-10-24 04:12:19 +00:00
Uri Baghin
6761106631
opentelemetry-collector-contrib: 0.109.0 -> 0.110.0 ( #344231 )
2024-10-24 11:37:37 +08:00
Yt
fec7e231b5
vector: 0.41.1 -> 0.42.0 ( #350365 )
2024-10-23 19:45:50 -04:00
Martin Weinelt
e12a45dd7e
esphome: 2024.10.1 -> 2024.10.2
...
https://github.com/esphome/esphome/releases/tag/2024.10.2
2024-10-24 01:32:36 +02:00
Martin Weinelt
207da68384
esphome: 2024.10.0 -> 2024.10.1 ( #350469 )
2024-10-24 01:31:14 +02:00
isabel
8a98f989fb
hyfetch: move to by-name
2024-10-23 22:54:20 +01:00
piegames
ad8d051645
treewide: Fix indentation in strings ( #350296 )
2024-10-23 21:44:22 +02:00
github-actions[bot]
606bd3114c
Merge master into staging-next
2024-10-23 18:04:32 +00:00
Masum Reza
3fa42f4e75
gummy: 0.6.0 -> 0.6.1 ( #350466 )
2024-10-23 21:57:44 +05:30
happysalada
a06599d7be
vector: 0.41.1 -> 0.42.0; fix build
2024-10-23 07:22:23 -04:00
github-actions[bot]
a05b8fcd69
Merge master into staging-next
2024-10-23 06:05:08 +00:00
Aleksana
f71e09a7ce
tlp: remove all /usr/
prefixes to fix install dirs ( #350268 )
2024-10-23 12:21:58 +08:00
github-actions[bot]
723e1a67de
Merge master into staging-next
2024-10-23 00:14:18 +00:00
piegames
68927918d0
treewide: Fix indentation in strings
...
The indentation stripping semantics of strings are fairly bad and have a
few gotchas where the resulting string has not the intended indentation.
This commit fixes most if not all such instances in Nixpkgs.
I tried to strive a balance between keeping the diff small and
reformatting/refactoring the code to look better. In general,
reformatting should be left to Nixfmt.
Note that this causes a lot of rebuilds by design. All changes need to
be thoroughly vetted and reviewed for correctness. There is no automatic
way to prove correctness.
List of files to fix generated by running
https://gerrit.lix.systems/c/lix/+/2092 on Nixpkgs and looking at the
warnings.
2024-10-22 21:36:42 +02:00
John Titor
424872f4a1
gummy: move to by-name
2024-10-22 17:11:36 +05:30
Martin Weinelt
b3a22fe99a
esphome: 2024.10.0 -> 2024.10.1
...
https://github.com/esphome/esphome/releases/tag/2024.10.1
2024-10-22 13:37:01 +02:00
R. Ryantm
371bba4560
askalono: 0.4.6 -> 0.5.0
2024-10-22 04:49:56 +00:00
github-actions[bot]
f2d7c5202d
Merge master into staging-next
2024-10-21 18:04:46 +00:00
Andrew Marshall
444f7cd73b
tlp: remove all /usr/
prefixes to fix install dirs
...
TLP v1.7.0 [changed][1] more directories to be prefixed under `/usr/`,
which we do not want (see also [this Nixpkgs issue][2]). We already were
removing these prefixes for some (but not all) paths. To reduce the
chances of breaking in the future (and clarify why these are being set),
replace all of them uniformly.
[1]: d0d1231960
[2]: https://github.com/NixOS/nixpkgs/issues/349759
2024-10-21 11:30:56 -04:00
SamLukeYes
956510c0ee
arch-install-scripts: 28 -> 29
2024-10-21 22:28:20 +08:00
Nick Cao
227e4d2b03
broot: 1.44.0 -> 1.44.1 ( #349737 )
2024-10-21 10:06:45 -04:00
github-actions[bot]
557897f89c
Merge master into staging-next
2024-10-21 12:06:04 +00:00
Ramses
f50dfa8902
archi: bugfix - added missing glib ( #343300 )
2024-10-21 11:59:16 +02:00
nikstur
5a051507eb
rshim-user-space: 2.0.32 -> 2.1.5 ( #349996 )
2024-10-21 11:28:25 +02:00
github-actions[bot]
8164a7aa6d
Merge master into staging-next
2024-10-21 00:14:52 +00:00
Peder Bergebakken Sundt
df2449cd0b
agedu: 20211129 -> 20241013 ( #349110 )
2024-10-20 23:59:48 +02:00
paumr
98297f0bf4
archi: bugfix - added missing glib
...
fixes #343272
2024-10-20 19:20:24 +02:00
Markus Theil
936ac723b4
rshim-user-space: 2.0.32 -> 2.1.5
...
Notable changes include:
- more robust timeouts
- better BlueField 3 support
- better detect install finish in bfb-install with BMC present
- loose less log log messages with CLEAR_ON_READ
Signed-off-by: Markus Theil <theil.markus@gmail.com>
2024-10-20 13:02:06 +02:00
github-actions[bot]
d5c9b46499
Merge master into staging-next
2024-10-19 18:03:54 +00:00
Nick Cao
2a5f82bf2b
clipboard-jh: 0.9.0.1 -> 0.9.1 ( #349156 )
2024-10-19 09:20:32 -04:00
K900
2ab7280fa2
Merge remote-tracking branch 'origin/master' into staging-next
2024-10-19 15:07:50 +03:00
R. Ryantm
b4e0067f77
broot: 1.44.0 -> 1.44.1
2024-10-19 09:48:24 +00:00
Aleksana
33e112a45b
ncdu: 2.5 -> 2.6 ( #348696 )
2024-10-19 16:21:03 +08:00
K900
894462661c
Merge branch 'master' into staging-next
2024-10-19 09:09:13 +03:00
R. Ryantm
b7069ab416
watchexec: 2.1.2 -> 2.2.0
2024-10-19 05:52:10 +00:00
R. Ryantm
46e450fce8
tailspin: 3.0.2 -> 4.0.0
2024-10-19 05:51:47 +00:00
Peder Bergebakken Sundt
b1b0ce0041
pre-commit: 3.7.1 -> 4.0.1 ( #349667 )
2024-10-19 07:48:36 +02:00
Peder Bergebakken Sundt
402fdd4441
jfrog-cli: 2.56.1 -> 2.70.0, update go version ( #347746 )
2024-10-19 05:15:45 +02:00
Peder Bergebakken Sundt
55ae0bf997
depotdownloader: 2.5.0 -> 2.7.2 ( #348082 )
2024-10-19 05:05:51 +02:00
jfvillablanca
3787f84614
pre-commit: 3.7.1 -> 4.0.1
...
https://github.com/pre-commit/pre-commit/releases/tag/v4.0.1
2024-10-19 08:33:40 +08:00
David Knaack
9167854ebd
starship: 1.20.1 -> 1.21.1
2024-10-18 18:39:47 +02:00
github-actions[bot]
a9f08a2b87
Merge master into staging-next
2024-10-18 12:05:39 +00:00
Robert Hensing
162ac4324d
treewide: remove qt5.mkDerivation usage (trivial cases) ( #348577 )
2024-10-18 11:40:19 +02:00
jfvillablanca
3f5a08f36d
clipboard-jh: 0.9.0.1 -> 0.9.1
...
https://github.com/Slackadays/Clipboard/releases/tag/0.9.1
2024-10-18 06:36:52 +08:00
github-actions[bot]
8ba820d7db
Merge master into staging-next
2024-10-17 12:05:34 +00:00
Aleksana
03f0b4df39
stow: 2.4.0 -> 2.4.1 ( #348340 )
2024-10-17 17:34:25 +08:00
Aleksana
cd213a85b2
lokalise2-cli: 3.0.1 -> 3.0.2 ( #348880 )
2024-10-17 17:30:33 +08:00
adisbladis
a8ecdf07ae
trillian: remove adisbladis as maintainer
2024-10-17 02:34:38 +00:00
github-actions[bot]
2d65a9d98d
Merge master into staging-next
2024-10-17 00:14:14 +00:00
R. Ryantm
5270db45a7
parallel: 20240722 -> 20240922
2024-10-16 23:11:30 +02:00
Konrad Malik
675e3bc1e6
mise: move to by-name
2024-10-16 22:48:24 +02:00
Martin Weinelt
5d64470f90
epshome: 2024.9.2 -> 2024.10.0 ( #349039 )
2024-10-16 20:41:58 +02:00
github-actions[bot]
d64350d170
Merge master into staging-next
2024-10-16 16:35:34 +00:00
Nick Cao
069f6e8593
tbls: 1.77.0 -> 1.78.0 ( #349011 )
2024-10-16 12:23:41 -04:00
Bernardo Meurer
123b4aa06d
tlp: 1.6.1 -> 1.7.0 ( #348774 )
2024-10-16 14:12:55 +00:00
toonn
82393b99a6
nb: 7.12.1 -> 7.14.4 ( #348429 )
2024-10-16 16:07:19 +02:00
Martin Weinelt
aa58161569
epshome: 2024.9.2 -> 2024.10.0
...
https://github.com/esphome/esphome/releases/tag/2024.10.0
2024-10-16 15:34:08 +02:00
u2d3rsc0re
751e4a4c5d
tlp: 1.6.1 -> 1.7.0
2024-10-16 15:35:31 +03:00
github-actions[bot]
05ae933cd6
Merge master into staging-next
2024-10-16 12:05:34 +00:00
Guillaume Girol
b6ce4710c6
agedu: 20211129 -> 20241013
...
changelog: Fix infinite loop in round_and_format_age.
2024-10-16 12:00:00 +00:00
R. Ryantm
ddba9f8ad0
tbls: 1.77.0 -> 1.78.0
2024-10-16 11:46:30 +00:00
R. Ryantm
cbdb8ee3e0
vrc-get: 1.8.1 -> 1.8.2
2024-10-16 04:44:11 +00:00
github-actions[bot]
961e42940f
Merge master into staging-next
2024-10-16 00:14:08 +00:00
R. Ryantm
e384522597
lokalise2-cli: 3.0.1 -> 3.0.2
2024-10-15 20:25:32 +00:00
Anderson Torres
ec2b16f5ac
setconf: migrate to by-name
2024-10-15 21:52:05 +02:00
Anderson Torres
56137a2cac
setconf: get rid of rec
2024-10-15 21:52:05 +02:00
Anderson Torres
96043dc729
setconf: use the new Python packaging guidelines
2024-10-15 21:52:05 +02:00
github-actions[bot]
e2daa3d1b0
Merge master into staging-next
2024-10-15 18:04:32 +00:00
R. Ryantm
40a3f1362d
pipectl: 0.5.0 -> 0.5.1
2024-10-15 10:15:02 +00:00
Tomo
9f0e002ec1
r3ctl: use stdenv.mkDerivation
2024-10-15 08:06:41 +00:00
Sergei Trofimovich
a3a32f3b92
ncdu: 2.5 -> 2.6
...
Changes: https://dev.yorhel.nl/ncdu/changes2
2024-10-15 07:14:40 +01:00
github-actions[bot]
a445289eb9
Merge staging-next into staging
2024-10-14 12:41:38 +00:00
Nick Cao
a5c8476661
tmux-sessionizer: 0.4.2 -> 0.4.3 ( #348463 )
2024-10-14 08:39:24 -04:00
Nick Cao
c710b80fc7
apkeep: 0.16.0 -> 0.17.0 ( #348489 )
2024-10-14 08:34:07 -04:00
Nick Cao
2ab7b4d490
z-lua: 1.8.18 -> 1.8.19 ( #348457 )
2024-10-14 08:27:41 -04:00
github-actions[bot]
b9f01e6de3
Merge staging-next into staging
2024-10-14 12:06:08 +00:00
R. Ryantm
3042a708ea
apkeep: 0.16.0 -> 0.17.0
2024-10-14 09:26:02 +00:00
Aleksana
c16e9b526a
fcp: fix build ( #344988 )
2024-10-14 16:00:23 +08:00