Commit Graph
567176 Commits
Author SHA1 Message Date
natsukium 9cd747bff4 python311Packages.jupyter-sphinx: 0.4.0 -> 0.5.3
Changelog: https://github.com/jupyter/jupyter-sphinx/releases/tag/v0.5.3
2024-01-04 11:03:29 +09:00
natsukium 5227353617 python311Packages.jupyter-server: 2.12.1 -> 2.12.2
Changelog: https://github.com/jupyter-server/jupyter_server/blob/v2.12.2/CHANGELOG.md
2024-01-04 11:02:39 +09:00
Anderson Torres 0a36bc913b src: 1.32 -> 1.33 2024-01-03 23:00:25 -03:00
Martin Weinelt b97fbbcd49 python311Packages.homeassistant-stubs: 2023.12.4 -> 2024.1.0
https://github.com/KapJI/homeassistant-stubs/releases/tag/2024.1.0
2024-01-04 02:57:58 +01:00
Anderson Torres 4a42a2bafc src: migrate to by-name 2024-01-03 22:48:19 -03:00
Anderson Torres 3011004124 src: refactor
- finalAttrs design pattern
- fetchFromGitLab instead of url
- update meta.changelog
- use default attributes as arguments
2024-01-03 22:45:07 -03:00
R. RyanTMandGitHub 831bdd7e90 cargo-fuzz: 0.11.2 -> 0.11.3 (#278558) 2024-01-04 02:41:31 +01:00
natsukium 4b302dbc95 python311Packages.jupyter-core: 5.5.1 -> 5.7.0
Diff: https://github.com/jupyter/jupyter_core/compare/refs/tags/v5.5.1...v5.7.0

Changelog: https://github.com/jupyter/jupyter_core/blob/refs/tags/v5.7.0/CHANGELOG.md
2024-01-04 10:33:05 +09:00
emilylange 5c77fff609 chromium: 120.0.6099.129 -> 120.0.6099.199
https://chromereleases.googleblog.com/2024/01/stable-channel-update-for-desktop.html

This update includes 6 security fixes.

CVEs:
CVE-2024-0222 CVE-2024-0223 CVE-2024-0224 CVE-2024-0225
2024-01-04 01:48:08 +01:00
Stanisław PituchaandGitHub 51d4de8c5b Merge pull request #277562 from r-ryantm/auto-update/rbspy
rbspy: 0.17.1 -> 0.18.0
2024-01-04 11:37:00 +11:00
emilylange e15783154f chromium: improve and move recompressTarball
Recap: We need that (arguably stupid) helper function/drv because the
chromium tarball is big -- and is likely to increase even more in the
future. So big, that we eventually exceeded hydra.nixos.org's
max-output-limit (3G).  Instead of raising global hydra's limit, it was
decided that we recompress the tarball after deleting unused vendored
files from it.

I spent a lot of time on a version/prototype that does everything
(downloading, decompression, tar extraction, deleting unused files,
reproducible tar recreation and finally recompression) via stdin but
eventually had to scratch that.

GNU tar does not allow to create a tarball just from stdin, nixpkgs'
stdenv isn't built with stdin/stdout/pipes in mind, and things a lot of
other things I probably already forgot.

Nonetheless, this version improves multiple things:
- No more `mv` (used to be multiple, not just ours, since fetchzip had
  some as well)
- No more `rm` to get rid of the extracted files before recompressing.
  Instead, we simply don't extract them in the first place (thanks to
  tar's --exlude).
- No more "no space left" that happened due to `downloadToTemp = true;`.
- Multithreaded xz decompression, since that commit is still in
  staging-next.

We cannot use stdenv's unpackFile() because that does not allow us to
specify the needed --exclude (and --strip-components=1 if we don't want
to rely on glob matching).

The hash changed because we now have a static base directory ("source")
in the tarball, instead of whatever upstream provided us with (e.g.
"chromium-120.0.6099.129").
2024-01-04 01:34:15 +01:00
Tom McLaughlin 2402762c6f julia.withPackages: fix transitive weak-deps resolving 2024-01-03 16:33:51 -08:00
Felix BuehlerandMartin Weinelt 6ce10ae92e python311Packages.flowlogs-reader: rename from flowlogs_reader 2024-01-04 01:05:29 +01:00
Felix BuehlerandMartin Weinelt 02fda7df11 python311Packages.filebrowser-safe: rename from filebrowser_safe 2024-01-04 01:04:34 +01:00
Felix BuehlerandMartin Weinelt 3cd4bbedb1 python311Packages.docker-pycreds: rename from docker_pycreds 2024-01-04 01:03:56 +01:00
Felix BuehlerandMartin Weinelt 9fddd791c6 python311Packages.eyed3: rename from eyeD3 2024-01-04 01:03:36 +01:00
Martin WeineltandGitHub 9c2f7eb95d Merge pull request #278571 from NixOS/home-assistant
home-assistant: 2023.12.4 -> 2024.1.0
2024-01-04 01:01:27 +01:00
Felix BuehlerandMartin Weinelt 7dd34690ec python311Packages.cx-oracle: rename from cx_oracle 2024-01-04 01:00:55 +01:00
adisbladisandGitHub dbc85690de Merge pull request #277335 from adisbladis/buildenv-hoist-instantiation
build-support/buildenv: Hoist builder instantiation
2024-01-04 12:32:40 +13:00
Martin Weinelt 6e3207ae07 home-assistant: mark telegram test broken 2024-01-04 00:13:34 +01:00
Simonas Kazlauskas 4959be9b2b unifi: 8.0.24 -> 8.0.26 2024-01-04 01:09:02 +02:00
Sandro JäckelandAtemu 7c1b4b22f9 nixos/paperless: convert extraConfig to freeform type
Co-authored-by: Atemu <atemu.main@gmail.com>
2024-01-04 00:04:38 +01:00
Martin Weinelt 2452734ad4 home-assistant: 2023.12.4 -> 2024.1.0
https://www.home-assistant.io/blog/2024/01/03/release-20241/
2024-01-04 00:03:49 +01:00
Martin Weinelt f7da8b5541 home-assistant.intents: 2023.12.05 -> 2024.1.2
https://github.com/home-assistant/intents-package/compare/refs/tags/2023.12.05...2024.1.2
2024-01-04 00:03:48 +01:00
Fabian AffolterandMartin Weinelt 3a03f43098 python311Packages.zigpy-deconz: 0.22.3 -> 0.22.4
Diff: https://github.com/zigpy/zigpy-deconz/compare/refs/tags/0.22.3...0.22.4

Changelog: https://github.com/zigpy/zigpy-deconz/releases/tag/0.22.4
2024-01-04 00:03:48 +01:00
Fabian AffolterandMartin Weinelt 826f2cd111 python311Packages.bellows: 0.37.4 -> 0.37.6
Diff: https://github.com/zigpy/bellows/compare/refs/tags/0.37.4...0.37.6

Changelog: https://github.com/zigpy/bellows/releases/tag/0.37.6
2024-01-04 00:03:48 +01:00
Martin Weinelt 41dd43f50a python311Packages.zwave-js-server-python: 0.54.0 -> 0.55.2
https://github.com/home-assistant-libs/zwave-js-server-python/releases/tag/0.55.2
2024-01-04 00:03:48 +01:00
Fabian AffolterandMartin Weinelt 96d462c438 python311Packages.screenlogicpy: refactor 2024-01-04 00:03:47 +01:00
Martin Weinelt adaabe2c4c python3Packages.screenlogicpy: 0.9.4 -> 0.10.0
https://github.com/dieselrabbit/screenlogicpy/releases/tag/v0.10.0
2024-01-04 00:03:47 +01:00
Martin Weinelt 5439dd8e44 python311Packages.roonapi: 0.1.5 -> 0.1.6
https://github.com/pavoni/pyroon/releases/tag/0.1.6
2024-01-04 00:03:47 +01:00
Fabian AffolterandMartin Weinelt b5eb02c696 python311Packages.reolink-aio: 0.8.4 -> 0.8.5
Diff: https://github.com/starkillerOG/reolink_aio/compare/refs/tags/0.8.4...0.8.5

Changelog: https://github.com/starkillerOG/reolink_aio/releases/tag/0.8.5
2024-01-04 00:03:47 +01:00
Martin Weinelt 7f784ce7d0 python311Packages.aiortsp: init at 1.3.7 2024-01-04 00:03:46 +01:00
Thomas GerbetandGitHub 054533f5c8 Merge pull request #214029 from LeSuisse/ripunzip-init-0.4.0
ripunzip: init at 1.1.0
2024-01-03 23:58:02 +01:00
Weijia Wang 42c16cd10a qdrant: fix build on darwin 2024-01-03 23:56:25 +01:00
Ryan Booker 3acdd7096f pijul: 1.0.0-beta.7 → 1.0.0-beta.8 2024-01-04 08:47:46 +10:00
Aaron HoneycuttandCole Helbling a1969899b1 cosmic-term: init at unstable-2023-12-26 2024-01-03 14:46:23 -08:00
Sandro Jäckel c03feb2a7e nixos-option: set meta.mainProgram 2024-01-03 23:42:56 +01:00
Sandro Jäckel 91d89a151e go-camo: set meta.mainProgram 2024-01-03 23:42:53 +01:00
adisbladisandGitHub efc960b6d6 Merge pull request #277103 from samuelrivas/add-copilot-el
copilot-el: init at d4fa14cea818e041b4a536c5052cf6d28c7223d7
2024-01-04 11:30:53 +13:00
Weijia WangandGitHub 1b64670dcb Merge pull request #277216 from mfrischknecht/fix-echidna-build
echidna: fix broken build
2024-01-03 23:30:34 +01:00
0x4A6FandGitHub 9883068568 Merge pull request #276411 from ivan770/update-zola
zola: 0.17.2 -> 0.18.0
2024-01-03 23:29:45 +01:00
Gaetan LepageandMatthieu Coudron 15373e4b9d maintainers/scripts/pluginupdate.py: filter invalid XML characters 2024-01-03 23:23:09 +01:00
Gaetan LepageandMatthieu Coudron a674525c99 vimPlugins.roslyn-nvim: init at 2023-12-19 2024-01-03 23:22:17 +01:00
Paul Meyer 116d545128 k9s: 0.30.7 -> 0.30.8 2024-01-03 23:21:50 +01:00
Shelvacu 12d083e109 haproxy: 2.8.4 -> 2.9.1
Update version and add option for QUIC support

Update has lots of bugfixes and features and no mention of breaking changes according to:

https://www.haproxy.com/blog/announcing-haproxy-2-9
https://git.haproxy.org/?p=haproxy-2.9.git;a=blob;f=CHANGELOG;h=e555bb8ded0ccfc3e82ba1b6d53d70c49851a196;hb=136dcd404828546ea5d9457eead3ac05182dd496
2024-01-03 14:17:41 -08:00
Weijia WangandGitHub 189bc6288b Merge pull request #278545 from malob/update-signalbackup-tools
signalbackup-tools: 20231211 -> 20240103-1
2024-01-03 23:12:29 +01:00
Weijia Wang 0a8855f4bc treewide: update maven hash 2024-01-03 23:04:55 +01:00
Adam C. StephensandGitHub 47df65bb56 Merge pull request #278484 from adamcstephens/incus/complete
incus: install all shell completions
2024-01-03 17:02:59 -05:00
Martin Weinelt d5c39a4b92 python311Packages.pyunifiprotect: 4.22.4 -> 4.22.5
https://github.com/AngellusMortis/pyunifiprotect/releases/tag/v4.22.5
2024-01-03 23:02:52 +01:00
Martin Weinelt 245ecb4766 python311Packages.python-matter-server: 5.0.3 -> 5.1.1
https://github.com/home-assistant-libs/python-matter-server/releases/tag/5.1.0
https://github.com/home-assistant-libs/python-matter-server/releases/tag/5.1.1
2024-01-03 23:02:52 +01:00