Commit Graph

4542 Commits

Author SHA1 Message Date
Peder Bergebakken Sundt
2d25bee5a2
osquery: 5.12.2 -> 5.13.1 (#342807) 2024-11-14 01:22:01 +01:00
aleksana
571c71e6f7 treewide: migrate packages to pkgs/by-name, take 1
We are migrating packages that meet below requirements:

1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration

The tool is here: https://github.com/Aleksanaa/by-name-migrate.
2024-11-09 20:04:51 +08:00
Reno Dakota
52bf1163fa
treewide: use getLib when accessing clang / libclang / stdenv.cc.cc
In preparation to eliminate the lib output for the unwrapped clang, use
`lib.getLib` to access the `lib` output.
2024-11-07 10:27:41 +00:00
Masum Reza
29562e4d64
stress-ng: 0.18.05 -> 0.18.06 (#353515) 2024-11-04 22:27:36 +05:30
R. Ryantm
60472fedcc stress-ng: 0.18.05 -> 0.18.06 2024-11-03 22:13:13 +00:00
Fabian Affolter
f9511cb766 mediawriter: 5.1.3 -> 5.1.90
Diff: https://github.com/FedoraQt/MediaWriter/compare/refs/tags/5.1.3...5.1.90

Changelog: https://github.com/FedoraQt/MediaWriter/releases/tag/5.1.90
2024-11-03 13:51:42 +01:00
Theodore Ni
49e00f90d2
zx: 8.1.9 -> 8.2.0 (#352947) 2024-11-02 17:35:35 -07:00
Weijia Wang
cfbf77cc6b
btop: switch to apple-sdk_15 (#352630) 2024-11-01 20:20:05 +01:00
José Ribeiro
7bb0c854ee
zx: 8.1.9 -> 8.2.0
Diff: https://github.com/google/zx/compare/8.1.9...8.2.0
Changelog: https://github.com/google/zx/releases/tag/8.2.0
2024-11-01 16:44:30 +00:00
Nick Cao
45d57e1446
rsyslog: 8.2406.0 -> 8.2408.0 (#348836) 2024-11-01 11:10:19 -04:00
Weijia Wang
bf18a024c8
di: 4.53 -> 4.54 (#348879) 2024-11-01 13:40:23 +01:00
Weijia Wang
dea4abb8ba
runit: 2.1.2 -> 2.2.0 (#348279) 2024-11-01 12:58:00 +01:00
Weijia Wang
2a445a1e8d
stress-ng: 0.18.04 -> 0.18.05 (#346354) 2024-11-01 04:00:31 +01:00
Austin Horstman
29b5737264
btop: add versionCheckHook 2024-10-31 19:47:26 -05:00
Austin Horstman
e04f0c4897
btop: apple-sdk_11 -> apple-sdk_15 2024-10-31 19:24:13 -05:00
Austin Horstman
749ed8cfba
btop: switch to apple-sdk_11 2024-10-31 09:53:01 -05:00
wxt
6f43bf210a amdgpu-top: move to by-name 2024-10-28 16:50:35 +08:00
Masum Reza
f02ea8888c
fakeroot: 1.32.2 -> 1.36 (#349323) 2024-10-28 12:26:17 +05:30
Aleksana
8b6f53eece
htop: backport configuration path fix (#351463) 2024-10-27 17:15:53 +08:00
Aleksana
34c3480c99
dool: fix plugins not usable (#350267) 2024-10-27 13:11:35 +08:00
Sefa Eyeoglu
4cdef76125
htop: backport configuration path fix
See https://github.com/htop-dev/htop/pull/1412

This is useful if the htop configuration is managed by something like
Home Manager.

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-10-26 21:50:42 +02:00
Julian Schmidhuber
13b728f3b5 dool: fix plugins not usable
Due to a change of dool regarding packaging plugins in
https://github.com/scottchiefbaker/dool/pull/74, the previous
substitution did not work anymore. This PR loads plugins by default
again.
2024-10-26 13:19:00 +02:00
Christina Sørensen
26e61825a8
bfs: 4.0.2 -> 4.0.3
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-10-25 06:57:38 +02:00
Austin Horstman
684ccea449
btop: add khaneliman maintainer 2024-10-23 23:51:24 -05:00
piegames
ad8d051645
treewide: Fix indentation in strings (#350296) 2024-10-23 21:44:22 +02: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
Peder Bergebakken Sundt
83bc01a59c
osquery: remove workaround for autoPatchelfHook problem (#343084) 2024-10-21 00:37:50 +02:00
R. Ryantm
2b52772e96 nsc: 2.9.0 -> 2.10.0 2024-10-20 06:49:29 +00:00
FliegendeWurst
07986989b1 fakeroot: 1.32.2 -> 1.36 2024-10-17 18:37:13 +02:00
R. Ryantm
f9f39143aa di: 4.53 -> 4.54 2024-10-15 20:25:16 +00:00
squalus
2b5cd64f80 osquery: remove workaround for autoPatchelfHook problem
Remove workaround for #333710.
2024-10-15 10:07:11 -07:00
R. Ryantm
1ad3098f76 rsyslog: 8.2406.0 -> 8.2408.0 2024-10-15 17:06:38 +00:00
squalus
84b9dfea41 osquery: 5.12.2 -> 5.13.1
release notes: https://github.com/osquery/osquery/releases/tag/5.13.1
2024-10-15 09:07:22 -07:00
R. Ryantm
1920191784 monit: 5.34.0 -> 5.34.2 2024-10-14 19:48:56 +00:00
Nick Cao
3426873662
datefudge: 1.26 -> 1.27 (#348426) 2024-10-14 08:17:13 -04:00
Franz Pletz
c2a44ea608
netdata: 1.47.3 -> 1.47.4 (#347790) 2024-10-14 10:31:28 +02:00
R. Ryantm
a7d7c60590 datefudge: 1.26 -> 1.27 2024-10-14 04:16:31 +00:00
Cody P Schafer
6572a49f3c
natscli: set main.version=${version}
Otherwise, `natscli --version` reports its version as "development"
instead of the version number.

Adds versionCheckHook to verify.
2024-10-13 12:25:40 -04:00
R. Ryantm
06bfa72412 runit: 2.1.2 -> 2.2.0 2024-10-13 14:35:26 +00:00
github-actions[bot]
4f2eec3440
Merge master into staging-next 2024-10-12 00:13:45 +00:00
Lin Jian
0eabd560ce
kanata: add a version check using versionCheckHook 2024-10-11 08:33:56 +08:00
Ryan Horiguchi
1697c659b7 netdata: 1.47.3 -> 1.47.4 2024-10-10 21:26:42 +02:00
github-actions[bot]
c64ae284c0
Merge master into staging-next 2024-10-10 18:04:46 +00:00
Fabián Heredia Montiel
e57d26c07f
netdata: 1.47.1 -> 1.47.3 (#346228) 2024-10-10 10:22:40 -06:00
github-actions[bot]
fc5d8c3e7d
Merge master into staging-next 2024-10-09 06:04:53 +00:00
OTABI Tomoya
a83624d461
fio: 3.37 -> 3.38 (#346063) 2024-10-09 13:55:24 +09:00
github-actions[bot]
b1bc4ea2b5
Merge master into staging-next 2024-10-09 00:14:24 +00:00
José Ribeiro
fe728cc0db
zx: 8.1.8 -> 8.1.9
Diff: https://github.com/google/zx/compare/8.1.8...8.1.9
Changelog: https://github.com/google/zx/releases/tag/8.1.9
2024-10-07 15:22:46 +01:00
github-actions[bot]
b33aedbb4d
Merge master into staging-next 2024-10-07 12:05:43 +00:00
Thiago Kenji Okada
2977943aeb
treewide: move packages maintained by aaronjheng to by-name (#346765) 2024-10-07 07:38:59 +01:00