Commit Graph
564551 Commits
Author SHA1 Message Date
R. Ryantm f87f329d4f dart: 3.2.0 -> 3.2.4 2023-12-31 10:28:44 +00:00
OTABI TomoyaandGitHub 55b9aa64c3 Merge pull request #277788 from trofi/python3Packages.openllm-core-fix-optional-dependencies-eval
python3Packages.openllm-core: fix `optional-dependencies` evaluation
2023-12-31 10:23:37 +09:00
OTABI TomoyaandGitHub 1f98210a0f Merge pull request #277777 from trofi/python3Packages.openllm-client-fix-optional-dependencies-attribute
python3Packages.openllm-client: fix `optional-dependencies` attribute
2023-12-31 10:22:11 +09:00
OTABI TomoyaandGitHub 20cff77122 Merge pull request #277563 from r-ryantm/auto-update/readarr
readarr: 0.3.12.2327 -> 0.3.13.2338
2023-12-31 10:10:12 +09:00
OTABI TomoyaandGitHub c86c8b354e Merge pull request #277737 from r-ryantm/auto-update/svd2rust
svd2rust: 0.31.2 -> 0.31.3
2023-12-31 10:09:54 +09:00
OTABI TomoyaandGitHub 691597b330 Merge pull request #277766 from r-ryantm/auto-update/turso-cli
turso-cli: 0.87.6 -> 0.87.7
2023-12-31 10:09:29 +09:00
OTABI TomoyaandGitHub 9ccc0ec1e9 Merge pull request #277754 from r-ryantm/auto-update/terragrunt
terragrunt: 0.54.10 -> 0.54.12
2023-12-31 10:09:11 +09:00
Fabian AffolterandGitHub 08ccaaf73c Merge pull request #277801 from fabaff/aioairzone-cloud-bump
python311Packages.aioairzone-cloud: 0.3.7 -> 0.3.8
2023-12-31 02:08:43 +01:00
Fabian AffolterandGitHub 0e196c8632 Merge pull request #277756 from fabaff/aiounifi-bump
python311Packages.aiounifi: 67 -> 68
2023-12-31 02:08:23 +01:00
Fabian AffolterandGitHub 42c4582dbb Merge pull request #277799 from fabaff/casbin-bump
python311Packages.casbin: 1.33.0 -> 1.34.0
2023-12-31 02:08:02 +01:00
OTABI TomoyaandGitHub c10df0fb3e Merge pull request #277651 from natsukium/rdkit/update
python311Packages.rdkit: 2023.09.1 -> 2023.09.3; coordgenlibs: fix build with clang
2023-12-31 10:02:02 +09:00
OTABI TomoyaandGitHub 8ae636c59b Merge pull request #274860 from SomeoneSerge/fix/opensfm-opencv-cuda
python311Packages.opensfm: unbreak the builds
2023-12-31 10:00:24 +09:00
Robert ScottandGitHub ec3229de33 Merge pull request #277753 from gador/flask-security-too-5.3.3
python3Packages.flask-security-too: 5.3.2 -> 5.3.3
2023-12-30 23:45:14 +00:00
Peder Bergebakken SundtandGitHub 855df076e6 Merge pull request #271772 from uakci/renoise-version-bump
renoise: 3.3.2 → 3.4.3
2023-12-31 00:38:16 +01:00
Mario RodasandGitHub 9f434bd436 Merge pull request #277388 from marsam/update-universal-ctags
universal-ctags: 6.0.0 -> 6.1.0
2023-12-30 17:22:45 -05:00
Fabian AffolterandGitHub ce7d19b6ad Merge pull request #277690 from fabaff/thermobeacon-ble-bump
python311Packages.thermobeacon-ble: 0.6.0 -> 0.6.2
2023-12-30 23:21:16 +01:00
Ilan JoselevichandGitHub 210ab761b4 Merge pull request #276294 from phaer/cachix-signing-key
cachix-watch-store: allow to set a signing key
2023-12-31 00:20:52 +02:00
Fabian Affolter 99690d1689 python311Packages.casbin: 1.33.0 -> 1.34.0
Diff: https://github.com/casbin/pycasbin/compare/refs/tags/v1.33.0...v1.34.0

Changelog: https://github.com/casbin/pycasbin/blob/v1.34.0/CHANGELOG.md
2023-12-30 23:17:35 +01:00
Mario RodasandGitHub 86e2edaa29 Merge pull request #277785 from r-ryantm/auto-update/usql
usql: 0.17.0 -> 0.17.2
2023-12-30 17:16:00 -05:00
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 KorotkiyandGitHub 3ff2ce71b8 Merge pull request #277621 from NickCao/traefik
traefik: fix cross compilation
2023-12-31 01:45:35 +04:00
Sergei TrofimovichandMatthieu Coudron 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
Guillaume GirolandMatthieu Coudron 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 KorotkiyandGitHub 00a18a8c6a Merge pull request #277623 from NickCao/micro
micro: fix cross compilation
2023-12-31 00:51:41 +04: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
Nikolay KorotkiyandGitHub 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
R. Ryantm 1977db4663 usql: 0.17.0 -> 0.17.2 2023-12-30 20:32:01 +00:00
Nick CaoandGitHub 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. RyantmandFrancesco Gazzetta ff69b00937 rat-king-adventure: 1.5.2a -> 1.5.3 2023-12-30 19:52:56 +00:00
R. RyantmandFrancesco Gazzetta 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
Doron BeharandGitHub 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 8e058b5ee7 turso-cli: 0.87.6 -> 0.87.7 2023-12-30 18:23:46 +00:00
Nick CaoandGitHub fb6f005181 Merge pull request #272552 from SuperSandro2000/ghostscript-nox
nixos/no-x-libs: add ghostscript
2023-12-30 13:23:42 -05:00
Nick CaoandGitHub 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. StephensandGitHub 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 CaoandGitHub 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 CaoandGitHub c9ecfc1a8e Merge pull request #277619 from NickCao/mtail
mtail: build all binaries, enable tests
2023-12-30 12:21:08 -05:00
Nikolay KorotkiyandGitHub 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
Robert HensingandGitHub 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
gador 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 CaoandGitHub 53928007cd Merge pull request #277730 from GaetanLepage/pymc
python311Packages.pymc: fix hash mismatch
2023-12-30 10:42:43 -05:00
Nick CaoandGitHub 2961883989 Merge pull request #277624 from NickCao/yubihsm-connector
yubihsm-connector: fix cross compilation
2023-12-30 10:30:40 -05:00
Mario RodasandGitHub 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 GaspardandGitHub 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