Commit Graph
454153 Commits
Author SHA1 Message Date
Weijia WangandGitHub 90f2c68e51 Merge pull request #215057 from figsoda/luals
lua-language-server: rename from sumneko-lua-language-server, 3.6.7 -> 3.6.10, add figsoda as a maintainer
2023-02-07 06:42:15 +01:00
Nick CaoandGitHub 394e0dc0a4 Merge pull request #215042 from figsoda/ruff
ruff: 0.0.242 -> 0.0.243
2023-02-07 13:38:55 +08:00
Weijia WangandGitHub 6e30230a69 Merge pull request #215060 from winterqt/revert-207352
Revert "rustPlatform.bindgenHook: use the same clang/libclang as rustc"
2023-02-07 06:32:20 +01:00
rewineandrewine 70d75c24e4 deepin-turbo: init at 0.0.6.3 2023-02-07 13:29:45 +08:00
Weijia WangandGitHub 3a508dad99 Merge pull request #215015 from r-ryantm/auto-update/shotman
shotman: 0.3.0 -> 0.4.0
2023-02-07 06:25:20 +01:00
Silvan MosbergerandGitHub 0a60663e67 Merge pull request #206611 from h7x4/lib-lists-add-repeat
lib.lists: add `replicate`
2023-02-07 06:16:09 +01:00
Gabriel Arazas 1cedc22d83 shortwave: 3.1.0 -> 3.2.0 2023-02-07 13:14:31 +08:00
Winter e2b092fc52 Revert "rustPlatform.bindgenHook: use the same clang/libclang as rustc"
This reverts commit 46ee37ca1d, as it breaks
anything that uses libcxx on Darwin, as well as cross-compilation to at
least armv6l.

As there's no clear solution at this time, reverting it is the best
option, as this only reduces build time closure size (something we can
arguably live with).

https://github.com/NixOS/nixpkgs/pull/207352#issuecomment-1418363441
https://github.com/NixOS/nixpkgs/pull/207352#issuecomment-1420124250
2023-02-07 00:04:19 -05:00
R. Ryantm ab367c312c eget: 1.3.1 -> 1.3.2 2023-02-07 05:00:29 +00:00
Nick CaoandGitHub 4ee1a6c3ae Merge pull request #215040 from wineee/fixbuild
deepin.deepin-image-viewer: fix build with libraw 0.21.1
2023-02-07 12:58:47 +08:00
Nick CaoandGitHub b75fdb34ab Merge pull request #214958 from SharzyL/verilator
verilator: 5.002 -> 5.006
2023-02-07 12:54:13 +08:00
Robert SchützandRobert Schütz bf9771c95f python310Packages.pikepdf: 6.2.9 -> 7.0.0
Diff: https://github.com/pikepdf/pikepdf/compare/v6.2.9...v7.0.0

Changelog: https://github.com/pikepdf/pikepdf/blob/v7.0.0/docs/releasenotes/version7.rst
2023-02-06 20:45:15 -08:00
R. Ryantm 2e82629b56 python310Packages.lupupy: 0.2.5 -> 0.2.7 2023-02-07 04:33:57 +00:00
rewine 8aee03feff deepin-image-viewer: fix build with libraw 0.21.1 2023-02-07 12:31:29 +08:00
figsoda 291887ff6e lua-language-server: rename from sumneko-lua-language-server
and add figsoda as a maintainer

lua-language-server has been moved to a new organization (LuaLS).
2023-02-06 23:26:51 -05:00
Weijia WangandGitHub dd3ce3ebcc Merge pull request #212584 from fgaz/vassal/glib-and-mainprogram
vassal: add mainProgram and wrapGAppsHook
2023-02-07 05:23:46 +01:00
Weijia WangandGitHub 7b66265656 Merge pull request #215035 from r-ryantm/auto-update/vassal
vassal: 3.6.10 -> 3.6.11
2023-02-07 05:23:03 +01:00
figsoda dfc0ceece3 sumneko-lua-language-server: 3.6.7 -> 3.6.10
Diff: https://github.com/luals/lua-language-server/compare/3.6.7...3.6.10
2023-02-06 23:14:53 -05:00
Weijia WangandGitHub fee3a52c21 Merge pull request #215033 from r-ryantm/auto-update/mediaelch-qt6
mediaelch-qt6: 2.8.18 -> 2.10.0
2023-02-07 05:07:09 +01:00
R. Ryantm 527539fd2d python310Packages.desktop-notifier: 3.4.2 -> 3.4.3 2023-02-07 03:56:32 +00:00
Hugh O'Brien 3ac97f85ff moolticute: add hughobrien as maintainer 2023-02-06 22:48:13 -05:00
Hugh O'Brien b61b079b88 maintainers: add hughobrien 2023-02-06 22:47:46 -05:00
Hugh O'Brien 61eaaa6b55 moolicute: 1.00.1 -> 1.01.0 2023-02-06 22:47:22 -05:00
figsodaandGitHub 2934021b90 Merge pull request #215045 from r-ryantm/auto-update/nixpacks
nixpacks: 1.1.1 -> 1.3.1
2023-02-06 22:46:30 -05:00
R. Ryantm 3c7e81d425 nearcore: 1.30.0 -> 1.30.1 2023-02-07 03:29:16 +00:00
R. Ryantm 31f57de7dd devbox: 0.3.2 -> 0.3.3 2023-02-07 03:21:17 +00:00
Ben Wolsieffer 025b08b580 protobuf3_21: don't build tests on 32-bit platforms
The tests fail to build on 32-bit platforms, due to an upstream bug which will
be fixed in 3.22. Previously, this was holding back the default protobuf version
on 32-bit platforms to 3.20, which in turn broke packages such as mypy-protobuf
which require 3.21

This commit disables building the tests on 32-bit platforms, allowing 3.21 to
build. Note that we don't ever run the tests on any platform, but they are
normally still built.

Now that 3.21 builds on 32-bit, this commit also unpins 3.20 as the default
version.
2023-02-06 22:17:54 -05:00
Bobby Rong 3c3343ec9d gnome-builder: 43.5 → 43.6
https://gitlab.gnome.org/GNOME/gnome-builder/-/compare/43.5...43.6
2023-02-07 03:10:59 +00:00
R. Ryantm fb37015c45 nixpacks: 1.1.1 -> 1.3.1 2023-02-07 02:58:30 +00:00
Robert Schütz b8e06daabf python310Packages.volvooncall: 0.10.1 -> 0.10.2
Diff: https://github.com/molobrakos/volvooncall/compare/refs/tags/v0.10.1...v0.10.2
2023-02-06 18:57:19 -08:00
R. Ryantm 99d36b860d steampipe: 0.18.3 -> 0.18.4 2023-02-07 02:55:44 +00:00
figsoda 0ada458c68 ruff: 0.0.242 -> 0.0.243
Diff: https://github.com/charliermarsh/ruff/compare/v0.0.242...v0.0.243

Changelog: https://github.com/charliermarsh/ruff/releases/tag/v0.0.243
2023-02-06 21:55:26 -05:00
Nick CaoandGitHub 8304c7138e Merge pull request #208385 from r-ryantm/auto-update/atomicparsley
atomicparsley: 20210715.151551.e7ad03a -> 20221229.172126.d813aa6
2023-02-07 10:31:05 +08:00
Weijia WangandGitHub 5be618a5d8 Merge pull request #214495 from r-ryantm/auto-update/airwindows-lv2
airwindows-lv2: 14.0 -> 16.0
2023-02-07 03:28:19 +01:00
Nick CaoandGitHub 9efd36481c Merge pull request #214852 from dotlambda/greeclimate-1.4.1
python310Packages.greeclimate: 1.4.0 -> 1.4.1
2023-02-07 10:18:10 +08:00
Bobby Rong 0e48bebe62 touchegg: 2.0.15 -> 2.0.16
https://github.com/JoseExposito/touchegg/compare/2.0.15...2.0.16
2023-02-07 10:17:36 +08:00
Robert Schütz 01fecfaa9b python310Packages.xmlschema: 2.1.1 -> 2.2.0
Diff: https://github.com/sissaschool/xmlschema/compare/refs/tags/v2.1.1...v2.2.0

Changelog: https://github.com/sissaschool/xmlschema/blob/refs/tags/v2.2.0/CHANGELOG.rst
2023-02-06 18:16:27 -08:00
R. Ryantm 4946fa902d pandoc-katex: 0.1.10 -> 0.1.11 2023-02-07 02:15:48 +00:00
SharzyL c37fedf985 verilator: 5.002 -> 5.006 2023-02-07 10:14:06 +08:00
Martin WeineltandGitHub 873d9852ab Merge pull request #215036 from r-ryantm/auto-update/evcc
evcc: 0.112.2 -> 0.112.5
2023-02-07 02:12:02 +00:00
Nick CaoandGitHub 3aee0744e8 Merge pull request #214982 from Janik-Haag/master
qdmr: fixup
2023-02-07 10:09:49 +08:00
Nick CaoandGitHub 8f3021c728 Merge pull request #214868 from VergeDX/pykms
nixos/pykms: rename systemd deprecated `MemoryLimit` to `MemoryMax` with option.
2023-02-07 10:08:23 +08:00
Justin BedőandGitHub d92d0a1e54 Merge pull request #212537 from nviets/nanonext
nng: 1.5.2 -> 1.6.0-prerelease and to rPackages.nanonext dependencies
2023-02-07 02:07:00 +00:00
Nick CaoandGitHub fbc33d9aa7 Merge pull request #214201 from StillerHarpo/monetdb
monetdb: 11.45.11 -> 11.45.13
2023-02-07 10:05:57 +08:00
Vanilla 0b426cd8e2 nixos/pykms: rename systemd deprecated MemoryLimit to MemoryMax. 2023-02-07 10:04:24 +08:00
Nick CaoandGitHub 586c0cf1f3 Merge pull request #214681 from wegank/deepdiff-bump
python311Packages.deepdiff: 6.2.1 -> 6.2.3
2023-02-07 10:02:14 +08:00
figsodaandGitHub 9cb6413df8 Merge pull request #215030 from r-ryantm/auto-update/clifm
clifm: 1.9 -> 1.10
2023-02-06 20:57:58 -05:00
R. Ryantm a90c233d6e evcc: 0.112.2 -> 0.112.5 2023-02-07 01:53:56 +00:00
Nick CaoandGitHub 5bb9beb752 Merge pull request #214998 from figsoda/nix-init
nix-init: 0.1.0 -> 0.1.1
2023-02-07 09:48:02 +08:00
R. Ryantm 91f3a79a01 aravis: 0.8.22 -> 0.8.24 2023-02-07 01:44:23 +00:00