Martin Weinelt
e7b1ee45cf
Merge remote-tracking branch 'origin/staging-next' into staging
...
Conflicts:
- pkgs/tools/misc/watchlog/default.nix
2024-07-06 01:52:35 +02:00
Martin Weinelt
d9610a9f2e
Merge remote-tracking branch 'origin/master' into staging-next
2024-07-06 01:51:14 +02:00
Nick Cao
7d1b597959
Merge pull request #324834 from r-ryantm/auto-update/automatic-timezoned
...
automatic-timezoned: 2.0.18 -> 2.0.21
2024-07-05 16:12:38 -04:00
Nick Cao
0a0ebb3772
Merge pull request #324606 from r-ryantm/auto-update/zx
...
zx: 8.1.3 -> 8.1.4
2024-07-05 15:34:53 -04:00
github-actions[bot]
d6339576fb
Merge master into staging-next
2024-07-05 18:01:19 +00:00
R. Ryantm
7dab79cade
automatic-timezoned: 2.0.18 -> 2.0.21
2024-07-05 14:31:34 +00:00
R. Ryantm
990e56ac9c
zx: 8.1.3 -> 8.1.4
2024-07-04 16:13:13 +00:00
Nikita Pedorich
cba1e458a8
netdata: 1.45.4 -> 1.46.1
2024-07-04 23:00:09 +09:00
R. Ryantm
91b0897066
stress-ng: 0.18.00 -> 0.18.01
2024-07-04 10:10:27 +00:00
aleksana
1862813d11
treewide: convert cargoSha256 to cargoHash
...
This is done with the following bash script:
```
#!/usr/bin/env bash
process_line() {
local filename=${1%:}
if [[ $4 =~ \"(.*)\"\; ]]; then
local sha256="${BASH_REMATCH[1]}"
fi
[[ -z $sha256 ]] && return 0
local hash=$(nix hash to-sri --type sha256 $sha256)
echo "Processing: $filename"
echo " $sha256 => $hash"
sed -i "s|cargoSha256 = \"$sha256\"|cargoHash = \"$hash\"|"
$filename
}
# split output by line
grep -r 'cargoSha256 = ' . | while IFS= read -r line; do
# split them further by space
read -r -a parts <<< "$line"
process_line "${parts[@]}"
done
```
2024-07-03 21:54:10 +08:00
aleksana
a9709c299b
treewide: change cargoSha256 with SRI hash to cargoHash
2024-07-03 21:53:11 +08:00
github-actions[bot]
a14cd5e592
Merge staging-next into staging
2024-07-03 09:25:17 +00:00
github-actions[bot]
6c668cb3e5
Merge master into staging-next
2024-07-03 09:24:52 +00:00
Weijia Wang
7d4463cc52
Merge pull request #323938 from r-ryantm/auto-update/skeema
...
skeema: 1.11.2 -> 1.12.0
2024-07-03 10:26:30 +02:00
Weijia Wang
89195a5313
Merge branch 'staging-next' into staging
2024-07-02 22:23:14 +02:00
Weijia Wang
f5a7e092f3
Merge branch 'master' into staging-next
2024-07-02 22:22:02 +02:00
Nick Cao
292f420108
Merge pull request #324020 from r-ryantm/auto-update/tree
...
tree: 2.1.1 -> 2.1.2
2024-07-02 15:44:37 -04:00
github-actions[bot]
aeba07ddb1
Merge staging-next into staging
2024-07-02 18:03:03 +00:00
K900
ac42e4ac39
Merge remote-tracking branch 'origin/master' into staging-next
2024-07-02 19:52:45 +03:00
Markus Kowalewski
853e3e1d88
Merge pull request #323371 from r-ryantm/auto-update/java-service-wrapper
...
java-service-wrapper: 3.5.57 -> 3.5.58
2024-07-02 16:16:29 +00:00
R. Ryantm
e86a0fd2ee
tree: 2.1.1 -> 2.1.2
2024-07-02 12:22:44 +00:00
R. Ryantm
a9f01e8104
skeema: 1.11.2 -> 1.12.0
2024-07-02 02:51:58 +00:00
github-actions[bot]
cf53d1b2a1
Merge staging-next into staging
2024-07-01 18:01:44 +00:00
github-actions[bot]
1addc8dd4c
Merge master into staging-next
2024-07-01 18:01:14 +00:00
R. Ryantm
f09e0cf848
mediawriter: 5.1.1 -> 5.1.2
2024-07-01 14:47:43 +00:00
Sefa Eyeoglu
416ba8804b
treewide: use addDriverRunpath
...
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-06-30 15:01:01 -04:00
R. Ryantm
7f1b3bc636
java-service-wrapper: 3.5.57 -> 3.5.58
2024-06-29 12:54:52 +00:00
K900
bde999c03e
Merge branch 'master' into staging-next
2024-06-29 10:13:13 +03:00
R. Ryantm
cfecfcc1ee
automatic-timezoned: 2.0.17 -> 2.0.18
2024-06-28 12:25:27 +00:00
github-actions[bot]
2f3bfad6d2
Merge master into staging-next
2024-06-28 00:02:11 +00:00
Weijia Wang
2436a7cda8
Merge pull request #317798 from r-ryantm/auto-update/stress-ng
...
stress-ng: 0.17.08 -> 0.18.00
2024-06-28 01:27:28 +02:00
Vladimír Čunát
326d84112c
Merge #316079 : pciutils: 3.12.0 -> 3.13.0
...
...into staging
2024-06-24 09:44:52 +02:00
Martin Weinelt
2096642430
Merge remote-tracking branch 'origin/staging-next' into staging
...
Conflicts:
- pkgs/os-specific/windows/mingw-w64/default.nix
2024-06-23 19:09:00 +02:00
Nick Cao
471e99df44
Merge pull request #321681 from r-ryantm/auto-update/automatic-timezoned
...
automatic-timezoned: 2.0.16 -> 2.0.17
2024-06-22 10:13:09 -04:00
R. Ryantm
0c5c39dfdf
automatic-timezoned: 2.0.16 -> 2.0.17
2024-06-22 06:33:57 +00:00
zowoq
89f89134b7
gdu: 5.28.0 -> 5.29.0
...
Diff: https://github.com/dundee/gdu/compare/refs/tags/v5.28.0...v5.29.0
Changelog: https://github.com/dundee/gdu/releases/tag/v5.29.0
2024-06-22 15:44:48 +10:00
seth
66b060e0e7
efibootmgr: adopt; modernize ( #319159 )
...
* efibootmgr: migrate to by-name
* efibootmgr: format with nixfmt
* efibootmgr: adopt
* efibootmgr: modernize
2024-06-22 03:29:49 +03:00
Nick Cao
761af72c12
Merge pull request #321376 from r-ryantm/auto-update/consul-template
...
consul-template: 0.38.1 -> 0.39.0
2024-06-21 17:33:59 -04:00
github-actions[bot]
fb94da4e9e
Merge staging-next into staging
2024-06-21 18:01:30 +00:00
Aleksana
07f8a394e5
Merge pull request #321519 from lheckemann/maintainership
...
maintainers: drop lheckemann
2024-06-21 22:59:09 +08:00
Ryan Lahfa
efcabaa056
Merge pull request #298641 from RaitoBezarius/netdata-45
...
netdata: 1.44.3 -> 1.45.3
2024-06-21 16:04:11 +02:00
Linus Heckemann
e5adf0b547
maintainers: drop lheckemann
2024-06-21 15:54:54 +02:00
github-actions[bot]
c6707a9686
Merge staging-next into staging
2024-06-21 12:01:53 +00:00
Samuel Dionne-Riel
1c0bec2499
Merge pull request #321436 from samueldr/ce n'est qu'un au revoir, à la prochaine!
2024-06-21 03:24:13 -04:00
Samuel Dionne-Riel
02c489f380
vboot_reference: Drop samueldr as maintainer
2024-06-20 20:46:35 -04:00
R. Ryantm
869317f4e8
consul-template: 0.38.1 -> 0.39.0
2024-06-21 00:32:35 +00:00
R. Ryantm
fd8bcb8f1e
zx: 8.1.2 -> 8.1.3
2024-06-20 05:54:43 +00:00
Raito Bezarius
a3beb09a70
netdata: fix v1 dashboard installation
...
Co-authored-by: Izorkin
Change-Id: I5a379c8622323d7db4fe01f462627d941687ce22
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-06-19 23:01:19 +02:00
Raito Bezarius
eb5855eb3c
netdata: drop maintenance from raitobezarius
...
Change-Id: If98b9f43825ca4f9a4bd80ad6e0a4fe16c7368dc
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-06-19 22:30:05 +02:00
Raito Bezarius
80db5facb4
netdata: workaround for go.d plugins directory accesses
...
Change-Id: I1731e8f3d2c53dfed8d1be3f74f9219f7cf84a34
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-06-19 22:30:05 +02:00
Nikita Pedorich
cbc4224c86
netdata: 1.45.3 -> 1.45.4
2024-06-19 22:30:05 +02:00
Wout Mertens
c1429c606f
netdata: 1.45.0 -> 1.45.3
...
https://github.com/netdata/netdata/releases/tag/v1.45.3
2024-06-19 22:30:05 +02:00
Raito Bezarius
e688a60e69
netdata: 1.44.3 -> 1.45.0
...
https://github.com/netdata/netdata/releases/tag/v1.45.0
Netdata moved to CMake and required an overhaul of the whole expression.
`netdata-go-plugins` has been moved back in the monorepo,
leading to a removal of the standalone Go plugin expression.
The eBPF plugin is broken for now.
The patch for disabling the dashboard v2 has been upgraded and sent to upstream again.
ACLK is correctly rendered optional now.
This adds the network-viewer, logs-management and debugfs plugin
support.
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-06-19 22:30:04 +02:00
Martin Weinelt
f822b2ba5c
Merge remote-tracking branch 'origin/staging-next' into staging
...
Conflicts:
- pkgs/development/python-modules/langsmith/default.nix
- pkgs/development/python-modules/rich-pixels/default.nix
- pkgs/servers/teleport/generic.nix
2024-06-18 20:16:19 +02:00
squalus
a91ac78a36
osquery: 5.5.1 -> 5.12.2
...
- Update to 5.12.2
- Switch to the upstream supported osquery-toolchain
- Upstream binaries for the toolchain were used. Efforts to reproduce
the upstream toolchain from source were unsuccessful. Future work
could involve building this from source.
- Efforts to use a newer toolchain provided by nixpkgs were
unsuccessful. osquery assumes that osquery-toolchain and its included
LLVM 9 compiler and libraries are available. LLVM 9 is no longer present
in nixpkgs.
- Remove patches that are no longer necessary
- Use the exact version of openssl provided by upstream. This was
necessary due to build errors when using the nixpkgs openssl package.
- Add code that will fail the build if the openssl hashes from the
fetcher do not match what upstream expects
2024-06-18 08:23:18 -07:00
Sandro
ccc54c859f
Merge pull request #316996 from xokdvium/xokdvium/drop-opencl-info
...
opencl-info: drop
2024-06-18 01:42:55 +02:00
github-actions[bot]
eccfb1ee94
Merge staging-next into staging
2024-06-15 00:02:47 +00:00
Martin Weinelt
abdf5dc772
treewide: remove pythonRelaxDepsHook references
...
It is is now provided automatically, when `pythonRelaxDeps` or
`pythonRemoveDeps` is defined through `mk-python-derivation`.
2024-06-14 14:52:00 +02:00
R. Ryantm
20bf821451
automatic-timezoned: 2.0.15 -> 2.0.16
2024-06-14 07:07:29 +00:00
Sergei Zimmerman
16999590ce
opencl-info: drop
...
Upstream has been abandoned and unmaintained for 11 years.
opencl-clhpp updates are causing build failures which need
vendored patches.
2024-06-12 15:22:17 +03:00
Weijia Wang
eca2400a1b
Merge pull request #317095 from r-ryantm/auto-update/consul-template
...
consul-template: 0.37.6 -> 0.38.1
2024-06-10 18:55:20 +02:00
Weijia Wang
fbc203b33b
Merge pull request #318360 from gador/openipmi-enable-openssl
...
openipmi: enable compile with openssl
2024-06-10 17:02:17 +02:00
R. Ryantm
4cfe47353e
consul-template: 0.37.6 -> 0.38.1
2024-06-10 10:15:11 +00:00
Alexis Hildebrandt
f8c4a98e8e
treewide: Remove the definite article from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09 23:08:46 +02:00
Alexis Hildebrandt
755b915a15
treewide: Remove indefinite article from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Florian Brandes
b30a172bd4
openipmi: enable compile with openssl
...
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2024-06-08 21:54:21 +02:00
R. Ryantm
494c099b9e
automatic-timezoned: 2.0.14 -> 2.0.15
2024-06-07 00:25:48 +00:00
R. Ryantm
8fb7400f56
stress-ng: 0.17.08 -> 0.18.00
2024-06-06 17:42:54 +00:00
kirillrdy
dfee75c298
Merge pull request #309121 from jlbribeiro/pkgs/zx-8.0.2
...
zx: 7.2.3 -> 8.1.2
2024-06-05 06:07:55 +10:00
kirillrdy
2b705743d1
Merge pull request #312599 from lelgenio/stress-ng-gpu
...
stress-ng: add missing dependencies for --gpu flag support
2024-06-04 19:09:16 +10:00
José Ribeiro
f555d4ca3c
zx: change maintainer to jlbribeiro
...
Following https://github.com/NixOS/nixpkgs/issues/309047#issuecomment-2095530702 ,
I'm replacing @hlolli as zx maintainer.
2024-06-03 22:09:44 +01:00
José Ribeiro
1e27f2320b
zx: 7.2.3 -> 8.1.2
...
Diff: https://github.com/google/zx/compare/7.2.3...8.1.2
Changelog:
- https://github.com/google/zx/releases/tag/8.0.0
- https://github.com/google/zx/releases/tag/8.0.1
- https://github.com/google/zx/releases/tag/8.0.2
- https://github.com/google/zx/releases/tag/8.1.0
- https://github.com/google/zx/releases/tag/8.1.1
- https://github.com/google/zx/releases/tag/8.1.2
Fixes #309047 .
2024-06-03 22:09:39 +01:00
Pol Dellaiera
dcf06d121b
Merge pull request #316550 from r-ryantm/auto-update/logrotate
...
logrotate: 3.21.0 -> 3.22.0
2024-06-02 21:31:03 +02:00
Weijia Wang
52b1a9a538
Merge pull request #310245 from r-ryantm/auto-update/dool
...
dool: 1.3.1 -> 1.3.2
2024-06-02 15:47:56 +02:00
R. Ryantm
1a4ee0b62e
logrotate: 3.21.0 -> 3.22.0
2024-06-02 00:59:44 +00:00
tomberek
cc6d856e65
Merge pull request #315383 from isabelroses/auto-cpufreq
...
auto-cpufreq: 1.9.9 -> 2.3.0
2024-05-31 19:11:01 -07:00
isabel
aa31715677
auto-cpufreq: move to pkgs/by-name
2024-05-31 19:51:23 +01:00
isabel
34b9d656bd
auto-cpufreq: 1.9.9 -> 2.3.0
2024-05-31 19:47:59 +01:00
Sergei Trofimovich
9722a074d4
pciutils: 3.12.0 -> 3.13.0
...
While at it enabled parallel builds.
Changes: https://github.com/pciutils/pciutils/compare/v3.12.0...v3.13.0
2024-05-31 07:18:28 +01:00
7c6f434c
340d46ceac
Merge pull request #315771 from r-ryantm/auto-update/monit
...
monit: 5.33.0 -> 5.34.0
2024-05-30 09:31:21 +00:00
Alyssa Ross
fed8baf2ae
minijail: 18 -> 2024.05.22
...
Fixes the build of minijail-tools.
Canonical repo seems to have changed.
2024-05-30 09:36:02 +02:00
R. Ryantm
82bc9426c7
monit: 5.33.0 -> 5.34.0
2024-05-30 02:24:52 +00:00
R. Ryantm
36f4cee010
jsvc: 1.3.4 -> 1.4.0
2024-05-25 03:41:48 +00:00
superherointj
a9a0926ce6
Merge pull request #313720 from r-ryantm/auto-update/java-service-wrapper
...
java-service-wrapper: 3.5.56 -> 3.5.57
2024-05-22 18:10:10 -03:00
R. Ryantm
9671b0c132
java-service-wrapper: 3.5.56 -> 3.5.57
2024-05-22 16:21:50 +00:00
Fabian Affolter
3bc7d5466e
Merge pull request #313450 from fabaff/journalwatch-refactor
...
journalwatch: refactor
2024-05-22 14:40:00 +02:00
Siddhartha Sahu
462eb9cbf0
gptfdisk: 1.0.9 -> 1.0.10 ( #297099 )
2024-05-22 13:12:36 +02:00
Fabian Affolter
9c9d95ecf5
journalwatch: refactor
...
- make it an application
- update build-system
- migrate to pytestCheckHook
- format with nixfmt
2024-05-22 08:28:14 +02:00
Nick Cao
151646f9c5
Merge pull request #313280 from r-ryantm/auto-update/automatic-timezoned
...
automatic-timezoned: 2.0.13 -> 2.0.14
2024-05-21 18:54:28 -04:00
R. Ryantm
d2336737a3
automatic-timezoned: 2.0.13 -> 2.0.14
2024-05-21 02:26:49 +00:00
Aaron Jheng
ae7094798d
tp-auto-kbbl: use sri hash
2024-05-20 10:34:26 +08:00
lelgenio
cc9442089c
stress-ng: add missing dependencies for --gpu flag support
2024-05-18 02:25:08 -03:00
Sandro
0837fbf227
Merge pull request #310264 from r-ryantm/auto-update/openipmi
...
openipmi: 2.0.34 -> 2.0.35
2024-05-17 20:08:26 +02:00
Sigmanificient
5d5c4baad8
treewide: drop python 3.3 checks
2024-05-17 13:05:55 +02:00
Nick Cao
3dcacf656d
Merge pull request #310869 from r-ryantm/auto-update/runitor
...
runitor: 1.2.0 -> 1.3.0
2024-05-15 20:30:28 -04:00
Michael Peyton Jones
c3c7c33134
throttled: remove michaelpj as maintainer
2024-05-13 10:56:59 +01:00
Sandro Jäckel
153afc9602
throttled: use small GApps wrapper
2024-05-12 23:30:51 +02:00
github-actions[bot]
42828a757c
Merge master into staging-next
2024-05-11 18:01:23 +00:00
Weijia Wang
c7df1271f5
Merge pull request #308541 from r-ryantm/auto-update/stress-ng
...
stress-ng: 0.17.07 -> 0.17.08
2024-05-11 19:26:03 +02:00
R. Ryantm
58a77b0449
runitor: 1.2.0 -> 1.3.0
2024-05-11 14:57:42 +00:00