R. Ryantm
27e58c943f
automatic-timezoned: 2.0.32 -> 2.0.33
2024-09-27 04:54:54 +00:00
R. Ryantm
c076e3418c
openseachest: 24.08 -> 24.08.1
2024-09-26 04:54:52 +00:00
Artturin
f0e657f3b1
Merge branch 'master' into staging-next
2024-09-25 06:05:01 +03:00
Artturin
e0464e4788
treewide: replace stdenv.is with stdenv.hostPlatform.is
...
In preparation for the deprecation of `stdenv.isX`.
These shorthands are not conducive to cross-compilation because they
hide the platforms.
Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way
One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059
There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.
```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
R. Ryantm
1f42ffa2b4
lact: 0.5.5 -> 0.5.6
2024-09-23 01:22:02 +00:00
github-actions[bot]
3625d99bb2
Merge master into staging-next
2024-09-23 00:14:30 +00:00
R. Ryantm
27164432bc
btop: 1.3.2 -> 1.4.0
2024-09-22 12:27:43 +00:00
github-actions[bot]
754402a237
Merge staging-next into staging
2024-09-21 00:13:41 +00:00
K900
d8a54461fc
Merge remote-tracking branch 'origin/staging-next' into staging
2024-09-20 07:27:56 +03:00
José Ribeiro
0997fa43d1
zx: 8.1.7 -> 8.1.8
...
Diff: https://github.com/google/zx/compare/8.1.7...8.1.8
Changelog: https://github.com/google/zx/releases/tag/8.1.8
2024-09-20 02:43:09 +01:00
Bjørn Forsman
b03e47330b
smartmontools: build with systemdLibs on linux ( #342407 )
2024-09-19 20:49:26 +02:00
github-actions[bot]
f8ad48a5a2
Merge staging-next into staging
2024-09-19 00:14:04 +00:00
Fabian Affolter
849b29a665
mediawriter: 5.1.2 -> 5.1.3 ( #342799 )
2024-09-19 00:38:46 +02:00
github-actions[bot]
71d46fbcdf
Merge staging-next into staging
2024-09-18 18:04:48 +00:00
R. Ryantm
8bccb662d4
mediawriter: 5.1.2 -> 5.1.3
2024-09-18 13:18:07 +00:00
Nick Cao
c61b20f267
zx: 8.1.6 -> 8.1.7 ( #342616 )
2024-09-18 08:18:38 -04:00
github-actions[bot]
81d645b6a9
Merge staging-next into staging
2024-09-18 06:05:20 +00:00
Muhammad Falak R Wani
25c916d554
bfs: 3.1.3 -> 4.0.2
...
Diff: https://github.com/tavianator/bfs/compare/3.1.3...4.0.2
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com >
2024-09-18 09:07:28 +05:30
github-actions[bot]
b638e02a58
Merge staging-next into staging
2024-09-18 00:13:59 +00:00
Nick Cao
3dd3008e4f
nsc: 2.8.8 -> 2.8.9 ( #342066 )
2024-09-17 15:52:43 -04:00
José Ribeiro
3863ea9ed8
zx: 8.1.6 -> 8.1.7
...
Diff: https://github.com/google/zx/compare/8.1.6...8.1.7
Changelog: https://github.com/google/zx/releases/tag/8.1.7
2024-09-17 20:20:03 +01:00
h7x4
94bc565cec
smartmontools: run nixfmt
2024-09-16 23:28:29 +02:00
h7x4
d447b5366e
smartmontools: build with systemdLibs on linux
2024-09-16 23:20:43 +02:00
github-actions[bot]
7aea2e99a8
Merge staging-next into staging
2024-09-16 00:14:57 +00:00
Jörg Thalheim
ba74d07245
treewide: remove a bunch of unmaintained and old packages ( #341837 )
2024-09-16 00:00:19 +02:00
github-actions[bot]
952947bdf8
Merge staging-next into staging
2024-09-15 18:04:54 +00:00
R. Ryantm
b9d465144a
nsc: 2.8.8 -> 2.8.9
2024-09-15 13:17:43 +00:00
aleksana
8d9d116f35
psensor: remove
2024-09-15 20:13:13 +08:00
R. Ryantm
289996b763
automatic-timezoned: 2.0.31 -> 2.0.32
2024-09-15 11:59:42 +00:00
Alyssa Ross
db8baf8cc2
bfs: add missing attr dependency
...
This is currently propagated from libcap, but libcap doesn't depend on
attr, so this propagation will be removed.
2024-09-14 11:43:51 +02:00
Artturin
eef771ccf6
treewide: fix typos of enableParallelBuilding ( #340652 )
2024-09-13 21:52:21 +03:00
Weijia Wang
60d398885c
nsc: 2.8.7 -> 2.8.8 ( #339686 )
2024-09-13 11:52:28 +02:00
Austin Horstman
f8726f98ae
netdata: 1.47.0 -> 1.47.1
2024-09-12 20:09:46 -05:00
Austin Horstman
da31ab50f3
netdata: fix darwin
2024-09-12 19:54:33 -05:00
Austin Horstman
3b6197558a
netdata: cleanup rec
2024-09-12 19:48:00 -05:00
Austin Horstman
3dbab8acbb
netdata: format
2024-09-12 19:42:06 -05:00
R. Ryantm
c585a85e49
nsc: 2.8.7 -> 2.8.8
2024-09-13 02:17:44 +02:00
Weijia Wang
f6556fc148
openseachest: 23.12 -> 24.08 ( #338086 )
2024-09-13 00:15:15 +02:00
José Ribeiro
c11f1b7a26
zx: 8.1.5 -> 8.1.6
...
Diff: https://github.com/google/zx/compare/8.1.5...8.1.6
Changelog: https://github.com/google/zx/releases/tag/8.1.6
2024-09-11 15:31:05 +01:00
José Ribeiro
562e8d5975
zx: add versionCheckHook
2024-09-11 15:31:05 +01:00
Weijia Wang
e39edc5b91
automatic-timezoned: 2.0.30 -> 2.0.31 ( #339665 )
2024-09-11 00:45:00 +02:00
Weijia Wang
03cfa6e67b
java-service-wrapper: 3.5.58 -> 3.5.59 ( #329802 )
2024-09-10 00:49:35 +02:00
David McFarland
7912e83ade
treewide: fix typos of enableParallelBuilding
2024-09-08 23:12:54 -03:00
R. Ryantm
8f2c0d309a
stress-ng: 0.18.02 -> 0.18.04
2024-09-09 00:49:05 +00:00
Peder Bergebakken Sundt
4af1a36c38
mlc: bump src ( #336562 )
2024-09-05 11:09:09 -04:00
Ryan Horiguchi
737d1ffb22
netdata: 1.46.1 -> 1.47.0
2024-09-05 10:19:35 +02:00
R. Ryantm
ccc257f60d
automatic-timezoned: 2.0.30 -> 2.0.31
2024-09-05 00:59:56 +00:00
Florian Klink
876f98a2dd
amtterm: enable SSL support ( #338662 )
2024-09-01 11:22:34 +03:00
Felix Singer
4ce2599a98
acpica-tools: Move package definition into by-name directory
...
Signed-off-by: Felix Singer <felixsinger@posteo.net >
2024-08-31 21:31:01 +02:00
Martin Weinelt
282e35e076
acpica-tools: 20240322 -> 20240827 ( #337897 )
2024-08-31 21:22:30 +02:00