Commit Graph
441371 Commits
Author SHA1 Message Date
Fabian Affolter cb8277d288 python310Packages.zha-quirks: 0.0.89 -> 0.0.90
Changelog: https://github.com/zigpy/zha-device-handlers/releases/tag/0.0.90
2023-01-03 22:33:10 +01:00
Robert ScottandGitHub 11e43555d5 Merge pull request #208716 from wegank/osl-aarch64-linux
osl: unbreak on aarch64-linux
2023-01-03 21:32:17 +00:00
b708a3523a python3Packages.gym: remove unnecessary string interpolation (#208846)
* python3Packages.gym: remove unnecessary string interpolation

* python3Packages.gym: use "refs/tags/foo" instead of "foo"

Co-authored-by: Martin Weinelt <mweinelt@users.noreply.github.com>

Co-authored-by: Martin Weinelt <mweinelt@users.noreply.github.com>
2023-01-03 16:30:06 -05:00
Thomas Gerbet e779fb4a66 smokeping: 2.6.11 -> 2.8.2
Changes:
https://github.com/oetiker/SmokePing/blob/2.8.2/CHANGES
2023-01-03 22:29:09 +01:00
sternenseemann 1ee0f4c2aa systemd: fix evaluation in pkgsCross.ghcjs.buildPackages
GHC's js backend depends on systemd via emscripten via closure compiler
via jdk via cups. Before it fails to evaluate, though, since
llvmPackages looks into `targetPackages.stdenv.cc` to determine which
C++ library to use (something that should be rectified in the future).
[Unfortunately], for `pkgsCross.ghcjs`, `stdenv.cc` throws which blows
up evaluating `pkgsCross.buildPackages.llvmPackages.clang`.

This is in principle unnecessary. We want to build
`pkgsCross.ghcjs.buildPackages.haskell.compiler.native-bignum.ghcHEAD`
which depends on `pkgsCross.ghcjs.buildPackages.systemd` which needs
clang and friends only in `nativeBuildInputs`, so
`pkgsCross.ghcjs.buildPackages.buildPackages.llvmPackages.clang`.
Unfortunately, due to the nature of splicing, we first evaluate the
“adjacent” derivation before we can access the spliced derivation we are
actually interested in. If the former
fails (`pkgsCross.ghcjs.buildPackages.llvmPackages.clang`), we can't do
the latter.

The solution is to just not rely on splicing in this case and take
`buildPackages.llvmPackages.clang` directly (relative to
`buildPackages.systemd` in this case!) which avoids the whole problem.

[Unfortunately]: https://github.com/NixOS/nixpkgs/commit/c739c420db5b9d56c335414be1696c57f2dbbb6a#diff-3209527bd27cbc775f579b1e295b0264c850859c7245d526965cec456b8c70a4R61
2023-01-03 22:19:59 +01:00
Fabian AffolterandGitHub 54289c7c05 Merge pull request #208526 from r-ryantm/auto-update/python310Packages.mailchecker
python310Packages.mailchecker: 5.0.5 -> 5.0.6
2023-01-03 22:09:29 +01:00
Fabian Affolter 93950305aa python310Packages.angr: 9.2.31 -> 9.2.32 2023-01-03 22:06:07 +01:00
Fabian Affolter 45499a7a97 python310Packages.cle: 9.2.31 -> 9.2.32 2023-01-03 22:05:59 +01:00
Fabian Affolter 0ac01bb134 python310Packages.claripy: 9.2.31 -> 9.2.32 2023-01-03 22:05:54 +01:00
Fabian Affolter 822dcc32f9 python310Packages.pyvex: 9.2.31 -> 9.2.32 2023-01-03 22:05:49 +01:00
Fabian Affolter 5ac81976a9 python310Packages.ailment: 9.2.31 -> 9.2.32 2023-01-03 22:05:44 +01:00
Fabian Affolter 5a35fcd787 python310Packages.archinfo: 9.2.31 -> 9.2.32 2023-01-03 22:05:40 +01:00
Fabian Affolter b0b4748217 python310Packages.pyatmo: 7.4.0 -> 7.5.0
Changelog: https://github.com/jabesq/pyatmo/blob/v7.5.0/CHANGELOG.md
2023-01-03 22:04:53 +01:00
Fabian Affolter 70cea35d43 python310Packages.pyatmo: add changelog to meta 2023-01-03 22:03:41 +01:00
Fabian AffolterandGitHub 1f72e85772 Merge pull request #208821 from fabaff/reolink-aio
python310Packages.reolink-aio: init at 0.1.1
2023-01-03 21:59:43 +01:00
Pol Dellaiera 793d5252be php82: 8.2.0 -> 8.2.1 2023-01-03 21:57:26 +01:00
Pol Dellaiera 19e31cd677 php80: 8.0.26 -> 8.0.27 2023-01-03 21:51:47 +01:00
Fabian AffolterandGitHub 0f01ae7816 Merge pull request #208729 from fabaff/peaqevcore-bump
python310Packages.peaqevcore: 9.2.2 -> 9.2.3
2023-01-03 21:38:59 +01:00
Fabian AffolterandGitHub ca1decb39f Merge pull request #208814 from fabaff/pytibber-bump
python310Packages.pytibber: 0.26.6 -> 0.26.7
2023-01-03 21:38:50 +01:00
André Silva 4e3bd404d3 picom-next: unstable-2022-09-29 -> unstable-2022-12-23 2023-01-03 20:28:05 +00:00
Felix Schröter 960db9bafc etebase-server: 0.10.0 -> 0.11.0 2023-01-03 21:27:08 +01:00
André Silva 3251e0faa8 ledger-live-desktop: remove unused systemd package parameter 2023-01-03 20:25:29 +00:00
figsoda 85053313e7 doc/installation: fix incorrect channel link 2023-01-03 15:24:36 -05:00
Fabian AffolterandGitHub 7f3980709d Merge pull request #208815 from fabaff/motionblinds-bump
python310Packages.motionblinds: 0.6.14 -> 0.6.15
2023-01-03 21:22:41 +01:00
Fabian AffolterandGitHub a51efbaaf5 Merge pull request #208820 from fabaff/aioaladdinconnect-bump
python310Packages.aioaladdinconnect: 0.1.48 -> 0.1.50
2023-01-03 21:22:27 +01:00
Fabian AffolterandGitHub f4f69cb450 Merge pull request #208727 from fabaff/qovery-cli-bump
qovery-cli: 0.48.1 -> 0.48.2
2023-01-03 21:21:42 +01:00
Nikolay KorotkiyandGitHub 12461da090 Merge pull request #208692 from hqurve/qgis
qgis, qgis-ltr: disable qtwebkit by default and correctly link grass
2023-01-04 00:19:50 +04:00
figsoda 2d0d7db7f0 vimPlugins.nvim-treesitter: clean up update script 2023-01-03 14:57:00 -05:00
figsoda d376da366d nurl: 0.3.1 -> 0.3.3
Diff: https://github.com/nix-community/nurl/compare/v0.3.1...v0.3.3

Changelog: https://github.com/nix-community/nurl/blob/v0.3.3/CHANGELOG.md
2023-01-03 14:57:00 -05:00
Robert ScottandGitHub 918ce50eae Merge pull request #208533 from r-ryantm/auto-update/mkvtoolnix
mkvtoolnix: 71.1.0 -> 72.0.0
2023-01-03 19:45:59 +00:00
ArtturiandGitHub 54360cca52 Merge pull request #206410 from aaronjheng/loccount 2023-01-03 21:34:21 +02:00
figsodaandGitHub a0051de8aa Merge pull request #208805 from figsoda/frawk
frawk: 0.4.6 -> 0.4.7
2023-01-03 14:30:12 -05:00
ArtturiandGitHub d3ba935786 Merge pull request #208899 from SuperSandro2000/waydroid-inputs 2023-01-03 21:08:56 +02:00
ArtturiandGitHub 7d11350f8a Merge pull request #208689 from amjoseph-nixpkgs/pr/libftdi-pythonSupport 2023-01-03 20:56:02 +02:00
ArtturiandGitHub ecd9be07f6 Merge pull request #208688 from amjoseph-nixpkgs/pr/msmtp-just-the-binaries 2023-01-03 20:53:57 +02:00
figsoda 28accf4318 iwgtk: 0.8 -> 0.9
Diff: https://github.com/j-lentz/iwgtk/compare/v0.8...v0.9

Changelog: https://github.com/j-lentz/iwgtk/blob/v0.9/CHANGELOG
2023-01-03 13:37:49 -05:00
techknowlogick e55c5780c5 goreleaser: 1.14.0 -> 1.14.1
Diff: https://github.com/goreleaser/goreleaser/compare/v1.14.0...v1.14.1
2023-01-03 13:32:35 -05:00
Jan TojnarandGitHub a736c4a4fa Merge pull request #208874 from jtojnar/gsv-nix-highlight
gtksourceview5: Add Nix syntax highlighting
2023-01-03 19:29:51 +01:00
Martin WeineltandGitHub f6371b257c Merge pull request #208845 from mweinelt/django-4.1.5 2023-01-03 19:29:37 +01:00
ArtturiandGitHub 45f0947fed Merge pull request #208856 from amjoseph-nixpkgs/pr/nixCrossStatic/fewerjobs 2023-01-03 20:27:02 +02:00
Reed f82191cb4d r2mod_cli: 1.2.1 -> 1.3.2 2023-01-03 13:25:34 -05:00
ArtturiandGitHub f1ec039ed1 Merge pull request #208422 from r-burns/wibo 2023-01-03 20:23:00 +02:00
Robert Hensing 413c75fa1a hercules-ci-agent: Remove released patch 2023-01-03 19:22:31 +01:00
SuperSamusandGitHub 6ae1c53d72 melonDS: 0.9.4 -> 0.9.5 (#208738) 2023-01-03 13:20:13 -05:00
Emery Hemingway d5b94c4dba nimPackages.taps: init at 20221228 2023-01-03 12:17:07 -06:00
Emery Hemingway 68f6c618a3 nimPackages.base32: init at 0.1.3 2023-01-03 12:17:07 -06:00
Emery Hemingway c34690433f nimPackages.tkrzw: init at 20220922 2023-01-03 12:17:07 -06:00
Emery Hemingway 5a39dd58c7 nimPackages.nimSHA2: init at unstable-2021-09-09 2023-01-03 12:17:07 -06:00
Emery Hemingway ead4a0fb43 nimPackages.npeg: init at 1.0.1 2023-01-03 12:17:07 -06:00
Emery Hemingway 4c585b7b6b nimPackages.cbor: init at 20221007 2023-01-03 12:17:07 -06:00