3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

436698 commits

Author SHA1 Message Date
Fabian Affolter 8fd8a3aba1
python39Packages.tablib: update disabled
- remove pytest-cov
- use disabledTestPaths
2022-12-20 10:21:04 +01:00
Artturi 23ec413f4b
Merge pull request #206968 from jakobkukla/fix-androidenv-emu
androidenv: fix missing `inherit os` and default emulatorVersion
2022-12-20 11:13:55 +02:00
Fabian Affolter 848aadb093 gobuster: 3.3.0 -> 3.4.0
Diff: https://github.com/OJ/gobuster/compare/v3.3.0...v3.4.0

Changelog: https://github.com/OJ/gobuster/releases/tag/v3.4.0
2022-12-20 10:08:25 +01:00
Fabian Affolter 7130b291c1 gobuster: add changelog to meta 2022-12-20 10:08:25 +01:00
Jörg Thalheim ba962cc4bb
electron: add missing wayland runtimeDependency (#206978)
when using --ozone-platform-hint=wayland it will dlopen this library.

Adding wayland to rpath does not increase the closure size since gtk3
already should have wayland in its closure.

This fixes element-desktop for example.
2022-12-20 10:05:15 +01:00
K900 8bda09a85d
Merge pull request #206962 from LunNova/lunnova/linux-firmware-202212
linux-firmware: 20221109 -> 20221214
2022-12-20 11:56:37 +03:00
Fabian Affolter ac66bd13ee python310Packages.labelbox: 3.24.1 -> 3.33.1
Changelog: https://github.com/Labelbox/labelbox-python/blob/v.3.33.1/CHANGELOG.md
2022-12-20 09:56:02 +01:00
Fabian Affolter be8d3f7142 python310Packages.ansible-later: 2.0.23 -> 3.0.1
Diff: https://github.com/thegeeklab/ansible-later/compare/refs/tags/v2.0.23...v3.0.1

Changelog: https://github.com/thegeeklab/ansible-later/releases/tag/v3.0.1
2022-12-20 09:18:48 +01:00
Bobby Rong 3014c67921
Merge pull request #206517 from zendo/update/textpieces
textpieces: 3.3.0 -> 3.4.0
2022-12-20 16:13:21 +08:00
Fabian Affolter 66a0a3842c python310Packages.ansible-later: add changelog to meta 2022-12-20 09:09:54 +01:00
Doron Behar 9fed549d85 gnuradio: 3.10.4.0 -> 3.10.5.0 2022-12-20 10:02:57 +02:00
R. Ryantm e1d8b23484 operator-sdk: 1.25.3 -> 1.26.0 2022-12-20 15:55:21 +08:00
Doron Behar 7328cd1015
Merge pull request #206903 from alyaeanyx/qalculate-4.5.0
{libqalculate, qalculate-gtk, qalculate-qt}: 4.4.0 -> 4.5.0
2022-12-20 09:54:13 +02:00
R. Ryantm f8208c4565 vale: 2.21.2 -> 2.21.3 2022-12-20 15:52:28 +08:00
R. Ryantm 238f5a2366 cyberchef: 9.49.0 -> 9.55.0 2022-12-20 15:50:51 +08:00
R. Ryantm 2af73e365e tailscale: 1.34.0 -> 1.34.1 2022-12-20 15:49:21 +08:00
Jörg Thalheim 8448df6618
Merge pull request #206695 from Mic92/vscode
vscode: add missing wayland runtimeDependency
2022-12-20 07:49:12 +00:00
R. Ryantm 440119b178 odo: 3.3.0 -> 3.4.0 2022-12-20 15:47:11 +08:00
Bobby Rong 7d96e68288
Merge pull request #206764 from kilianar/portfolio-0.60.0
portfolio: 0.59.5 -> 0.60.0
2022-12-20 15:39:06 +08:00
R. Ryantm 3f5cd408bb alfaview: 8.57.0 -> 8.58.2 2022-12-20 15:36:55 +08:00
R. Ryantm ce54247426 thedesk: 23.0.1 -> 23.0.3 2022-12-20 15:36:15 +08:00
Pol Dellaiera c690067fec
garamond-libre: init at 1.4 2022-12-20 08:35:00 +01:00
Bobby Rong c980d7a126
Merge pull request #206909 from oxzi/openrct2-0.4.3
openrct2: 0.4.2 -> 0.4.3
2022-12-20 15:34:12 +08:00
R. Ryantm 674ff7aba8 ctlptl: 0.8.12 -> 0.8.15 2022-12-20 15:30:05 +08:00
Pedro Antunes 842df7623e rtw89: unstable-2021-10-21 -> unstable-2022-12-18
There was no support for 8852BE, and 8853CE devices.
2022-12-20 08:25:24 +01:00
Thomas Watson af25692214 nixos/stage-1: Examine binaries for libraries in a consistent order
To reduce size, stage 1 (the initrd) is populated by copying specific
binaries in, then copying the libraries specifically needed by those
binaries. `patchelf` is then used to make the binaries search in the
directory where these libraries are copied to instead of their original
store paths.

Some filesystems (e.g. ZFS) do not guarantee that copying the same files
in the same order into a given directory will result in `find` returning
them in any particular order (though the order appears consistent so
long as the directory is not modified).

Therefore, when the binaries are scanned for libraries to copy in, they
might be scanned in a different order each time the derivation is built.
If two binaries need two different libraries with the same name, then a
different instance of the library might be copied in first, changing the
derivation contents and breaking reproducibility.

This turns out to be the case with `libudev.so.1` from both `systemd`
(needed by e.g. `mdadm`) and `systemdMinimal` (needed by e.g.
`dmsetup`). This issue is fixed by sorting the list of binaries to be
scanned instead of relying on filesystem order so that the same instance
always gets seen and copied first.

Both before this change (at least on ext4) and after this change
(without any options that affect stage 1), this is the `libudev.so.1`
from `systemdMinimal` by way of `dmsetup`. Whether this is appropriate
and how much the two different systemd configurations and udev libraries
need to be involved is a topic left for future work.
2022-12-20 08:24:19 +01:00
Fabian Affolter 3b46a12aba python310Packages.appthreat-vulnerability-db: 4.2.0 -> 4.3.0
Diff: https://github.com/AppThreat/vulnerability-db/compare/refs/tags/v4.2.0...v4.3.0

Changelog: https://github.com/AppThreat/vulnerability-db/releases/tag/v4.3.0
2022-12-20 08:09:46 +01:00
Fabian Affolter f4137f3e93
Merge pull request #206871 from fabaff/w3lib-bump
python310Packages.w3lib: 2.0.1 -> 2.1.1
2022-12-20 08:04:07 +01:00
Fabian Affolter 32f12f500b
Merge pull request #206943 from r-ryantm/auto-update/python310Packages.atenpdu
python310Packages.atenpdu: 0.3.6 -> 0.4.0
2022-12-20 08:03:19 +01:00
Vincent Laporte 3b1cb06732 ocamlPackages.pythonlib: 0.15.0 → 0.15.1 2022-12-20 07:52:18 +01:00
R. Ryantm 7ab9e126b3 python310Packages.traitsui: 7.4.1 -> 7.4.2 2022-12-19 22:23:55 -08:00
R. Ryantm 081a6cbc9f python310Packages.google-cloud-monitoring: 2.11.3 -> 2.12.0 2022-12-19 22:23:33 -08:00
Stanisław Pitucha ee986012fe
Merge pull request #206781 from r-ryantm/auto-update/flyctl
flyctl: 0.0.440 -> 0.0.441
2022-12-20 16:44:53 +11:00
Anderson Torres 60d47209ca
Merge pull request #200977 from benjaminedwardwebb/dmenu-rs
dmenu-rs: add package
2022-12-20 02:36:57 -03:00
Benjamin Edward Webb 84edcb0b64
dmenu-rs: init at 5.5.1
dmenu-rs is a pixel perfect port of dmenu, rewritten in Rust with
extensive plugin support.

See: https://github.com/Shizcow/dmenu-rs
2022-12-19 23:24:35 -05:00
jakobkukla 14c7a30161 androidenv: fix missing inherit os 2022-12-20 04:28:20 +01:00
jakobkukla 8851f074f8 androidenv: fix non-existent emulatorVersion 2022-12-20 04:28:20 +01:00
jakobkukla ecdbd2a3fa doc: remove missing arg from emulateApp example 2022-12-20 04:28:20 +01:00
HuangYi 7ceea77604
rocksdb: build tools
fix linux static binary
2022-12-20 11:14:28 +08:00
figsoda 13e43fc0bc
Merge pull request #206948 from r-ryantm/auto-update/sq
sq: 0.15.11 -> 0.16.0
2022-12-19 22:12:28 -05:00
Robert Schütz 921133b7ec python310Packages.ical: 4.2.3 -> 4.2.5
https://github.com/allenporter/ical/releases/tag/4.2.5
2022-12-19 19:05:48 -08:00
Robert Schütz 2c6902644d python310Packages.huawei-lte-api: 1.6.7 -> 1.6.9
https://github.com/Salamek/huawei-lte-api/releases/tag/1.6.8
https://github.com/Salamek/huawei-lte-api/releases/tag/1.6.9
2022-12-19 19:05:30 -08:00
Robert Schütz e6d4fad0a8
Merge pull request #206888 from dotlambda/imagemagick-7.1.0-55
imagemagick: 7.1.0-54 -> 7.1.0-55
2022-12-19 19:04:44 -08:00
Robert Schütz c776cfebdd python310Packages.xsdata: 22.11 -> 22.12
https://github.com/tefra/xsdata/blob/v22.12/CHANGES.rst
2022-12-19 19:04:03 -08:00
Robert Schütz cdf2733f7e python310Packages.pytube: 12.1.0 -> 12.1.2
Diff: https://github.com/pytube/pytube/compare/v12.1.0...v12.1.2
2022-12-19 19:03:30 -08:00
Robert Schütz 4b52f3cd76 abcm2ps: 8.14.13 -> 8.14.14
Diff: https://github.com/leesavide/abcm2ps/compare/v8.14.13...v8.14.14
2022-12-19 19:02:49 -08:00
Robert Schütz ea3504250f python310Packages.ytmusicapi: 0.24.0 -> 0.24.1
https://github.com/sigma67/ytmusicapi/releases/tag/0.24.1
2022-12-19 19:02:04 -08:00
Robert Schütz bb4a735053 python310Packages.elegy: use poetry-core 2022-12-19 19:01:06 -08:00
Robert Schütz 39c33211ff spotdl: 3.9.6 -> 4.0.6
https://github.com/spotDL/spotify-downloader/releases/tag/v4.0.0
https://github.com/spotDL/spotify-downloader/releases/tag/v4.0.1
https://github.com/spotDL/spotify-downloader/releases/tag/v4.0.2
https://github.com/spotDL/spotify-downloader/releases/tag/v4.0.3
https://github.com/spotDL/spotify-downloader/releases/tag/v4.0.4
https://github.com/spotDL/spotify-downloader/releases/tag/v4.0.5
https://github.com/spotDL/spotify-downloader/releases/tag/v4.0.6
2022-12-19 19:00:40 -08:00
figsoda bf4b841370
Merge pull request #206954 from aaronjheng/gosu
gosu: 1.14 -> 1.16
2022-12-19 21:11:16 -05:00