R. Ryantm
c37e8af947
joker: 1.3.3 -> 1.3.4
2023-12-28 23:25:11 +00:00
Sergei Trofimovich
41941e7cf3
picoscope: fix rules
eval
...
Without the change `picoscope.rules` failed to evaluate due to wrong
attribute path:
$ nix build --no-link -f. picoscope.rules
error: attribute 'writeTextDir' missing
116| # users.users.you.extraGroups = [ "pico" ];
117| passthru.rules = lib.writeTextDir "lib/udev/rules.d/95-pico.rules" ''
| ^
2023-12-28 23:20:14 +00:00
Sergei Trofimovich
2941ce1993
gnupg22: fix tests
eval
...
Without the change `tests` attribute fails to resolve testsuite:
$ nix build --no-link -f. gnupg22.tests
error: attribute 'nixosTests' missing
2023-12-28 23:12:55 +00:00
R. Ryantm
d363b99f1a
cargo-expand: 1.0.75 -> 1.0.77
2023-12-28 23:09:49 +00:00
Robert Schütz
2991cb6b03
python311Packages.ndms2-client: 0.1.2 -> 0.1.3
...
Diff: https://github.com/foxel/python_ndms2_client/compare/0.1.2...0.1.3
2023-12-28 14:49:44 -08:00
zowoq
5ec415b260
Merge pull request #277384 from adamcstephens/incus/tf-provider
...
terraform-providers.incus: init at 0.0.2
2023-12-29 08:43:19 +10:00
R. Ryantm
4f31d4ab8a
python310Packages.pyngrok: 7.0.3 -> 7.0.4
2023-12-28 22:40:38 +00:00
Gaetan Lepage
7e75a23d1f
python311Packages.ipykernel: 6.27.1 -> 6.28.0
...
Changelog: https://github.com/ipython/ipykernel/releases/tag/v6.28.0
2023-12-28 23:32:50 +01:00
Sergei Trofimovich
f6d6206843
displaylink: fix tests
eval
...
Before the change `tests` eval failed for non-existent `displaylink`
nixos test as:
$ nix build --no-link -f. displaylink.tests
error: attribute 'displaylink' missing
72| passthru = {
73| tests = {
| ^
74| inherit (nixosTests) displaylink;
As far as I can see `displaylink` was never added to `nixos/tests/all-tests.nix`.
2023-12-28 21:43:57 +00:00
huantian
b12ca09813
unityhub: 3.6.1 -> 3.7.0
2023-12-28 14:22:34 -07:00
Pascal Bach
e613b63475
Merge pull request #277035 from r-ryantm/auto-update/minio
...
minio: 2023-12-14T18-51-57Z -> 2023-12-23T07-19-11Z
2023-12-28 22:06:53 +01:00
Martin Weinelt
0ea2e8eaaf
Merge pull request #277411 from NetaliDev/docs/python-updates
...
doc: fix python-updates branch name
2023-12-28 22:04:21 +01:00
netali
fb8c363b6a
doc: fix python-updates branch name
...
The python-updates branch was formerly called python-unstable, but the
new branch name was never mentioned in the docs. This commit changes the
branch name in the docs to python-updates.
2023-12-28 21:54:36 +01:00
Alyssa Ross
cfdb96ec52
linux/hardened/patches/5.15: 5.15.144-hardened1 -> 5.15.145-hardened1
2023-12-28 21:44:04 +01:00
Alyssa Ross
0f52666e61
linux_latest-libre: 19441 -> 19453
2023-12-28 21:41:26 +01:00
Alyssa Ross
269e0c31e9
linux-rt_5_10: 5.10.201-rt98 -> 5.10.204-rt100
2023-12-28 21:40:47 +01:00
Alyssa Ross
45ae51d6d1
linux_5_15: 5.15.144 -> 5.15.145
2023-12-28 21:38:50 +01:00
Sergei Trofimovich
ca0f0e3545
corosync: fix tests
eval
...
Without the change attempt to run tests fails as:
$ nix build --no-link -f. corosync.tests
error: undefined variable 'nixosTests'
68| passthru.tests = {
69| inherit (nixosTests) pacemaker;
| ^
70| };
2023-12-28 20:37:13 +00:00
Alyssa Ross
b76c2082ea
linux_testing: 6.7-rc6 -> 6.7-rc7
2023-12-28 21:37:07 +01:00
Gutyina Gergő
e8423fb65a
osu-lazer-bin: 2023.1224.0 -> 2023.1229.0
2023-12-28 21:29:28 +01:00
Martin Weinelt
fba845e36f
Merge pull request #277235 from adamcstephens/lxd-agent/path
...
nixos/lxd-agent: add system path for exec
2023-12-28 21:28:15 +01:00
Michael Weiss
b908e17518
maintainers/teams: remove primeos from the llvm team
...
This is actually long overdue... :o I only maintained LLVM for a while
because it became necessary to add new versions more quickly for
updating Chromium. LLVM was pretty unmaintained at that time and I'm
super glad that it's in very good hands now (thanks y'all!) :)
2023-12-28 21:23:21 +01:00
Sergei Trofimovich
69e0e70d59
bitcoind-knots: remove non-working tests
attribute
...
Without the change `bitcoind-knots.tests` fails to evaluate:
$ nix build --no-link -f. bitcoind-knots.tests
error: attribute 'bitcoind-knots' missing
71| passthru.tests = {
72| smoke-test = nixosTests.bitcoind-knots;
| ^
73| };
From what I can see `nixos/tests/all-tests.nix` never had a
`bitcoind-knots` present.
2023-12-28 20:22:52 +00:00
Gutyina Gergő
afc71327c3
osu-lazer: 2023.1224.0 -> 2023.1229.0
2023-12-28 21:21:25 +01:00
Sergei Trofimovich
2a84df1eca
bazel-watcher.bazel: fix tests
attribute evaluation
...
Without the change evaluation fails as:
$ nix build --no-link -f. bazel-watcher.bazel.tests
error:
error: attribute 'optionalSttrs' missing
2023-12-28 20:11:53 +00:00
Paul Meyer
0b657480f7
deadcode: remove
2023-12-28 21:07:43 +01:00
Nikolay Korotkiy
fdc70103c0
python3Packages.gpxpy: 1.5.0 → 1.6.2
2023-12-29 00:04:38 +04:00
Maximilian Bosch
1d17e304ac
Merge pull request #273443 from jpds/thanos-query-replica-label-string
...
nixos/thanos: Changed query.replica-labels to a list parameter
2023-12-28 20:48:31 +01:00
Lassulus
ac38e91ff9
Merge pull request #277372 from Luflosi/cleanup-sysctl-rmem_max-and-wmem_max
...
nixos/sysctl: cleanup
2023-12-28 20:41:36 +01:00
Adam Stephens
3f8b1d2d26
nixos/lxd-agent: add system path for exec
2023-12-28 14:27:05 -05:00
Pavel Sobolev
d57d1d61b6
cppcheck: 2.12.1 -> 2.13.0
2023-12-28 20:25:13 +01:00
pennae
c55080029b
Merge pull request #276328 from magnetophon/ardour
...
ardour: 8.1 -> 8.2
2023-12-28 20:16:30 +01:00
K900
e542ea95ca
Merge pull request #277298 from vactomas/asusctl
...
asusctl: 5.0.2 -> 5.0.6
2023-12-28 22:10:02 +03:00
Nick Cao
49ea99d32b
Merge pull request #277132 from msfjarvis/hs/android-studio
...
androidStudioPackages: update canary and beta
2023-12-28 14:07:20 -05:00
Nick Cao
599a7191c2
Merge pull request #277005 from r-ryantm/auto-update/aiac
...
aiac: 2.5.0 -> 4.0.0
2023-12-28 13:53:07 -05:00
Adam Stephens
9d0caade84
terraform-providers.incus: init at 0.0.2
2023-12-28 13:53:00 -05:00
Nikolay Korotkiy
0f5cfbd0a8
Merge pull request #277247 from r-ryantm/auto-update/gpxsee-qt6
...
gpxsee-qt6: 13.12 -> 13.13
2023-12-28 22:51:02 +04:00
R. Ryantm
d578efaf68
aiac: 2.5.0 -> 4.0.0
2023-12-28 13:39:37 -05:00
Nick Cao
4877d206e5
Merge pull request #277007 from NickCao/wasmer
...
wasmer: 4.2.1 -> 4.2.5
2023-12-28 13:38:57 -05:00
Nick Cao
684dbecf47
Merge pull request #277028 from r-ryantm/auto-update/magic-vlsi
...
magic-vlsi: 8.3.453 -> 8.3.454
2023-12-28 13:37:37 -05:00
Nick Cao
503f2953ea
Merge pull request #277033 from r-ryantm/auto-update/mediamtx
...
mediamtx: 1.4.0 -> 1.4.1
2023-12-28 13:36:57 -05:00
Nick Cao
4d488e2f60
Merge pull request #277163 from 999eagle/fix/nitter-update
...
nitter: use guest_accounts branch in updateScript
2023-12-28 13:34:33 -05:00
Nick Cao
1fae6d07b7
Merge pull request #277055 from r-ryantm/auto-update/npm-check-updates
...
npm-check-updates: 16.13.0 -> 16.14.0
2023-12-28 13:33:43 -05:00
Nick Cao
ae04af7955
Merge pull request #277060 from r-ryantm/auto-update/octavePackages.dicom
...
octavePackages.dicom: 0.5.1 -> 0.6.0
2023-12-28 13:32:52 -05:00
Nick Cao
63cd47cd39
Merge pull request #277061 from r-ryantm/auto-update/odin
...
odin: dev-2023-11 -> dev-2023-12
2023-12-28 13:32:45 -05:00
Nick Cao
a74ec876b6
Merge pull request #276921 from r-ryantm/auto-update/k8sgpt
...
k8sgpt: 0.3.19 -> 0.3.24
2023-12-28 13:31:28 -05:00
OPNA2608
f4e3ecb31e
sidplayfp: Cleanups & formatting
...
- Use lib.strings.*Feature functions for generating configureFlags
- Add meta.mainProgram
- Switch to finalAttrs pattern
2023-12-28 19:23:14 +01:00
OPNA2608
93d26a6f8f
sidplayfp: 2.5.0 -> 2.5.1
2023-12-28 19:23:14 +01:00
OPNA2608
6ee837e8f1
libsidplayfp: Cleanups & formatting
...
- Use lib.strings.*Feature functions for generating configureFlags
- Fetch upstream-submitted patch to fix some flag logic
- Move documentation building to buildPhase
- Add meta.pkgConfigModules + test
- Switch to finalAttrs pattern
2023-12-28 19:23:14 +01:00
pacien
78ea7eac56
rmapi: set meta.mainProgram
...
One fewer warning when using `lib.getExe`.
2023-12-28 19:21:11 +01:00