Fabian Affolter
0a12884559
python311Packages.aioairzone-cloud: 0.3.7 -> 0.3.8
...
Diff: https://github.com/Noltari/aioairzone-cloud/compare/refs/tags/0.3.7...0.3.8
Changelog: https://github.com/Noltari/aioairzone-cloud/releases/tag/0.3.8
2023-12-30 23:14:05 +01:00
Nikolay Korotkiy
3ff2ce71b8
Merge pull request #277621 from NickCao/traefik
...
traefik: fix cross compilation
2023-12-31 01:45:35 +04:00
Sergei Trofimovich
09a5f17eec
lua-wrapper: fix luaPath and luaCpath definitions
...
Before the change:
$ nix-instantiate --eval --strict --expr 'with import ./. {}; with corsix-th.luaEnv; [luaPath luaCpath]'
error:
error: attribute 'lib' missing
After the change:
$ nix-instantiate --eval --strict --expr 'with import ./. {}; with corsix-th.luaEnv; [luaPath luaCpath]'
[ "/nix/store/f17ah5zjri1yjacc1c50g9xlr8qqwbgh-lua-5.2.4-env/share/lua/5.2/?.lua;/nix/store/f17ah5zjri1yjacc1c50g9xlr8qqwbgh-lua-5.2.4-env/share/lua/5.2/?/init.lua" "/nix/store/f17ah5zjri1yjacc1c50g9xlr8qqwbgh-lua-5.2.4-env/lib/lua/5.2/?.so" ]
2023-12-30 22:37:06 +01:00
MayNiklas
20172d624e
python3Packages.PyLaTeX: init at 1.4.2
2023-12-30 22:35:02 +01:00
R. Ryantm
f2bc00cd90
uxn: unstable-2023-12-05 -> unstable-2023-12-25
2023-12-30 21:20:47 +00:00
Guillaume Girol
88a82d455f
nix-du: 1.1.1 -> 1.2.0
...
Diff: https://github.com/symphorien/nix-du/compare/v1.1.1...v1.2.0
2023-12-30 22:20:45 +01:00
Nikolay Korotkiy
00a18a8c6a
Merge pull request #277623 from NickCao/micro
...
micro: fix cross compilation
2023-12-31 00:51:41 +04:00
Izorkin
ae5c0c1521
nixos/nginx: skip adding a comment to acmeLocation in nginx configuration
2023-12-30 23:50:02 +03:00
Izorkin
7f1b6d45af
nixos/nginx: change position acmeLocation in nginx configuration
2023-12-30 23:49:58 +03:00
Robert Schütz
26d87ddf9a
paperless-ngx: 2.1.2 -> 2.2.1
...
Diff: https://github.com/paperless-ngx/paperless-ngx/compare/v2.1.2...v2.2.1
Changelog: https://github.com/paperless-ngx/paperless-ngx/releases/tag/v2.1.3
https://github.com/paperless-ngx/paperless-ngx/releases/tag/v2.2.0
https://github.com/paperless-ngx/paperless-ngx/releases/tag/v2.2.1
2023-12-30 12:40:25 -08:00
Sergei Trofimovich
12a8aa5ac8
python3Packages.openllm-core: fix optional-dependencies
evaluation
...
Without the change eval fails as:
$ nix build --no-link -f. python3Packages.openllm-core.optional-dependencies
error:
79| passthru.optional-dependencies =
| ^
80| let
error: attribute 'accelerate' missing
From what I see `accelerate` was always missing in `transflrmers` package.
While at it fixed `full` evaluation by disambiguating between input
argument and `passthru` attribute.
2023-12-30 20:40:20 +00:00
Fabian Affolter
ddebbecf8d
python311Packages.apkinspector: init at 1.2.1
...
Module designed to provide detailed insights into the zip structure of APK files
https://github.com/erev0s/apkInspector
2023-12-30 21:38:15 +01:00
Nikolay Korotkiy
d3252cdcea
Merge pull request #277522 from trzpiot/bruno-1.5.1
...
bruno: 1.5.0 -> 1.5.1
2023-12-31 00:37:57 +04:00
Matthew Leach
ef4e3baed0
element-desktop: capitalise startupWMClass desktop attribute
...
The `WMClass` for element-desktop is `Element`, however GNOME fails to
reconcile this with the desktop file as the `startupWMClass` attribute
of the desktop is `element`.
Capitalise the attribute which fixes the issue.
2023-12-30 20:32:40 +00:00
R. Ryantm
dab7f9a029
drone-scp: 1.6.12 -> 1.6.13
2023-12-30 20:32:19 +00:00
R. Ryantm
1977db4663
usql: 0.17.0 -> 0.17.2
2023-12-30 20:32:01 +00:00
Maxime Brunet
92c3800caf
mockgen: change upstream to uber-go fork
2023-12-30 12:27:42 -08:00
Nick Cao
5bc0439d70
Merge pull request #272683 from r-ryantm/auto-update/rust-analyzer-unwrapped
...
rust-analyzer-unwrapped: 2023-11-13 -> 2023-12-25
2023-12-30 14:59:05 -05:00
R. Ryantm
ff69b00937
rat-king-adventure: 1.5.2a -> 1.5.3
2023-12-30 19:52:56 +00:00
R. Ryantm
cc0553a638
goxel: 0.12.0 -> 0.13.0
2023-12-30 19:46:43 +00:00
Sergei Trofimovich
7a851d2593
python3Packages.openllm-client: fix optional-dependencies
attribute
...
Without the change `python3Packages.openllm-client.optional-dependencies.full`
always fails to evaluate as:
$ nix build --no-link -f. python3Packages.openllm-client.optional-dependencies.full
error:
error: attribute 'agents' missing
49| soundfile
50| ] ++ transformers.agents;
| ^
51| full = passthru.optional-dependencies.grpc ++ passthru.optional-dependencies.agents;
As `transformers` never exposed `agents` let's just drop the reference.
2023-12-30 19:29:02 +00:00
Shawn8901
6a5eb74568
portfolio: 0.66.2 -> 0.67.0
2023-12-30 20:18:09 +01:00
Doron Behar
b0d36bd0a4
Merge pull request #277337 from doronbehar/pkg/python-pint
...
python311Packages.pint: 0.22 -> 0.23
2023-12-30 18:35:34 +00:00
R. Ryantm
3453b42c72
trealla: 2.31.6 -> 2.32.13
2023-12-30 18:24:30 +00:00
R. Ryantm
8e058b5ee7
turso-cli: 0.87.6 -> 0.87.7
2023-12-30 18:23:46 +00:00
Nick Cao
fb6f005181
Merge pull request #272552 from SuperSandro2000/ghostscript-nox
...
nixos/no-x-libs: add ghostscript
2023-12-30 13:23:42 -05:00
oluceps
76b0b9dd60
hysteria: 2.2.2 -> 2.2.3
...
Diff: https://github.com/apernet/hysteria/compare/app/v2.2.2...app/v2.2.3
2023-12-31 02:03:38 +08:00
Nick Cao
86b9cdb250
Merge pull request #277736 from r-ryantm/auto-update/surrealdb-migrations
...
surrealdb-migrations: 1.0.0 -> 1.0.1
2023-12-30 12:48:50 -05:00
Adam C. Stephens
7d97faa166
Merge pull request #277752 from philiptaron/regression-fix/pr-271326
...
nixos/lxd-agent: fix evaluation regression
2023-12-30 12:23:56 -05:00
Nick Cao
5eee63e188
Merge pull request #277652 from NickCao/sing-box
...
sing-box: 1.7.6 -> 1.7.7
2023-12-30 12:21:20 -05:00
Nick Cao
c9ecfc1a8e
Merge pull request #277619 from NickCao/mtail
...
mtail: build all binaries, enable tests
2023-12-30 12:21:08 -05:00
Nikolay Korotkiy
97959816b1
Merge pull request #277687 from snaar/update-far2l
...
far2l: 2.4.1 -> 2.5.3
2023-12-30 21:02:25 +04:00
Fabian Affolter
2765ca157c
python311Packages.aiounifi: 67 -> 68
...
Diff: https://github.com/Kane610/aiounifi/compare/refs/tags/v67...v68
Changelog: https://github.com/Kane610/aiounifi/releases/tag/v68
2023-12-30 18:02:23 +01:00
R. Ryantm
1ac836a295
terragrunt: 0.54.10 -> 0.54.12
2023-12-30 16:56:10 +00:00
Philip Taron
da90576aac
nixos/lxd-agent: fix evaluation regression caused by nixos/nixpkgs#271326
2023-12-30 08:45:30 -08:00
snaar
5b2eefcc03
far2l: 2.4.1 -> 2.5.3
...
seems to address core dump that started to happen on 23.11;
patch for python installation script no longer needed, so automatic updates should be unblocked now
2023-12-30 11:34:35 -05:00
Nick Cao
cbe3324993
quicktun: fix cross compilation, add missing runHook
2023-12-30 11:30:29 -05:00
Robert Hensing
9f98c59547
Merge pull request #276271 from hercules-ci/modules-types-description-nonRestrictiveClause
...
lib.types: Improve descriptions of composed types that have commas
2023-12-30 17:29:16 +01:00
R. Ryantm
14ef2d11be
tailwindcss: 3.3.6 -> 3.4.0
2023-12-30 16:09:58 +00:00
Florian Brandes
4e53e55619
python3Packages.flask-security-too: 5.3.2 -> 5.3.3
...
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2023-12-30 17:03:12 +01:00
Nick Cao
53928007cd
Merge pull request #277730 from GaetanLepage/pymc
...
python311Packages.pymc: fix hash mismatch
2023-12-30 10:42:43 -05:00
Nick Cao
2961883989
Merge pull request #277624 from NickCao/yubihsm-connector
...
yubihsm-connector: fix cross compilation
2023-12-30 10:30:40 -05:00
Mario Rodas
fd7af6360a
Merge pull request #277706 from r-ryantm/auto-update/sqls
...
sqls: 0.2.22 -> 0.2.27
2023-12-30 10:29:35 -05:00
Léo Gaspard
b13feabbf1
dkimproxy: fix running ( #277729 )
2023-12-30 16:24:34 +01:00
R. Ryantm
c2b88a4fd8
svd2rust: 0.31.2 -> 0.31.3
2023-12-30 15:19:35 +00:00
R. Ryantm
79ed4d99dc
surrealdb-migrations: 1.0.0 -> 1.0.1
2023-12-30 15:19:31 +00:00
Nick Cao
c73edc4d26
Merge pull request #276750 from NickCao/bravado-core
...
python311Packages.bravado-core: 6.1.0 -> 6.6.1
2023-12-30 10:14:12 -05:00
Nick Cao
2925c775b5
Merge pull request #277138 from NickCao/mautrix-telegram
...
mautrix-telegram: 0.15.0 -> 0.15.1
2023-12-30 10:13:06 -05:00
Nick Cao
f260d14cd8
Merge pull request #277600 from trofi/jellyfin-ffmpeg-fix-tests-eval
...
jellyfin-ffmpeg: fix `tests` eval
2023-12-30 10:11:55 -05:00
Nick Cao
036d7e31f9
mtail: build all binaries, enable tests
2023-12-30 10:10:33 -05:00