Commit graph

260094 commits

Author SHA1 Message Date
Drew Risinger e89369fae6 libraspberrypi: fix cross-compile conventions 2020-12-27 17:01:02 +01:00
Drew Risinger 3f64a4e432 libraspberrypi: merge with raspberrypi-tools 2020-12-27 17:01:02 +01:00
Drew Risinger 65172da27e libraspberrypi: 2020-05-28 -> 2020-11-30 2020-12-27 17:01:02 +01:00
Drew Risinger 979a1e109f raspberrypi-tools: remove in favor of libraspberrypi
These packages were duplicated, and often weren't being updated in sync.
The only difference between them was the lack of pkg-config in
libraspberrypi, which is easily fixable.
2020-12-27 17:01:02 +01:00
Drew Risinger 924d461587 raspberrypifw: use stdenvNoCC
This only copies unfree redistributables, don't need a compiler for
that.
2020-12-27 17:01:02 +01:00
Drew Risinger 860cb184ec raspberrypifw: 20201022 -> 20201201 2020-12-27 17:01:02 +01:00
Drew Risinger a128c9c7ec raspberrypiWirelessFirmware: 2019-08-16 -> 2020-12-01 2020-12-27 17:01:02 +01:00
Drew Risinger 6f74787180 linux_rpi: 5.4.51 -> 5.4.79 2020-12-27 17:01:02 +01:00
Fabian Affolter 7f70501897 ffuf: init at 1.1.0 2020-12-27 16:52:39 +01:00
freezeboy b414387e01 beep: 1.3 -> 1.4.9 2020-12-27 16:51:56 +01:00
Matthew Bauer 44dae8d0c8 linux_rpi: 4.19.118 -> 5.4.51
Update to the new default branch for the Raspberry Pi vendor kernel.
2020-12-27 16:48:51 +01:00
Sandro eb2913551f
Merge pull request #107727 from freezeboy/update-pydantic
python3Packages.pydantic: 1.5.1 -> 1.7.3
2020-12-27 16:37:12 +01:00
Sandro 2c7caac3de
Merge pull request #107661 from IvarWithoutBones/xwallpaper-fix 2020-12-27 16:27:15 +01:00
Sandro 7440d5be17
Merge pull request #107726 from fabaff/gospider 2020-12-27 16:23:29 +01:00
freezeboy bf629416f0 banner: 1.3.4 -> 1.3.5 2020-12-27 16:12:44 +01:00
freezeboy 494b84211a python3Packages.pydantic: 1.5.1 -> 1.7.3 2020-12-27 16:10:07 +01:00
Arnout Engelen d29ab49bb9 lua: add 5.4.2 2020-12-27 16:01:28 +01:00
Fabian Affolter 57ba6e7626 gospider: init at 1.1.4 2020-12-27 15:54:00 +01:00
Fabian Affolter 548511929f lazygit: add changelog to meta-attributes 2020-12-27 15:52:05 +01:00
Fabian Affolter 0ff8bafae6 lazygit: 0.23.7 -> 0.24.2 2020-12-27 15:52:05 +01:00
Fabian Affolter 0bb9615b32 httpx: init at 1.0.3 2020-12-27 15:27:56 +01:00
devhell 487fb291d9 mp3gain: Fix vulnerabilities
This commit fetches a patch for CVE-2019-18359 from Gentoo's repository
[1]. Previously openSuSE[2] was used, but that did not work well with
`fetchpatch` and having copies of patches is discouraged.

This commit should also close https://github.com/NixOS/nixpkgs/issues/90893

[1]:
https://gitweb.gentoo.org/repo/gentoo.git/commit/media-sound/mp3gain?id=36f8689f7903548f5d89827a6e7bdf70a9882cee
[2]:
https://build.opensuse.org/package/view_file/openSUSE:Factory/mp3gain/0001-fix-security-bugs.patch
2020-12-27 14:27:24 +00:00
Sandro 2f47650c2f
Merge pull request #107645 from devhell/canto-daemon
canto-daemon: 0.9.7 -> 0.9.8
2020-12-27 15:24:52 +01:00
Florian Klink 5bfb673137
Merge pull request #107712 from flokli/iwd-fix-cross
Iwd: fix cross compilation
2020-12-27 15:20:52 +01:00
Sandro c958c1b6b2
Merge pull request #102036 from Twey/entt-3.5.2
entt: init at 3.5.2
2020-12-27 14:59:12 +01:00
devhell b31fada847 canto-daemon: 0.9.7 -> 0.9.8 2020-12-27 13:52:36 +00:00
freezeboy 067ce14cd4 barman: 2.11 -> 2.12 2020-12-27 14:42:42 +01:00
Sandro 4c59687c01
Merge pull request #107716 from fabaff/proxify
proxify: init at 0.0.3
2020-12-27 14:26:12 +01:00
Fabian Affolter fe6879bb78 proxify: init at 0.0.3 2020-12-27 14:00:18 +01:00
Florian Klink d24918b70e iwd: fix cross compilation
This derivation uses wrapPython to wrap some "test scripts" that are
shipped in the "test" output.

As these test scripts require gobject-introspection, which doesn't
cross-compile at all, let's only patch and ship them when not
cross-compiling.
2020-12-27 13:47:52 +01:00
Thomas Tuegel b5bf9da14d
Merge pull request #103737 from ttuegel/yq-needs-jq
yq: fix path to jq
2020-12-27 06:46:32 -06:00
R. RyanTM 11cb6a89d5 iosevka-bin: 4.1.1 -> 4.2.0 2020-12-27 12:30:23 +00:00
Florian Klink 52261c4c27 ell: fix cross compilation
The current `fix-dbus-tests.patch` uses automake and pkgconfig to figure
out the path of `dbus-daemon`. This fails when cross-compiling, as
tests aren't run (and `checkInputs`) not available.

Instead of doing this, we can simply teach the tests to pick up
dbus-daemon from $PATH. This was also sent upstream in
https://lists.01.org/hyperkitty/list/ell@lists.01.org/thread/SQEZAIS2LZXSXGTXOW3GTAM5ZPXRLTN4/.
2020-12-27 13:20:50 +01:00
Sandro 1d6bc18b0e
Merge pull request #107690 from r-ryantm/auto-update/python3.7-django-storages
python37Packages.django-storages: 1.11 -> 1.11.1
2020-12-27 13:04:56 +01:00
Florian Klink 84d5863595
Merge pull request #106853 from flokli/mlarchive2maildir-0.0.9
mlarchive2maildir: 0.0.8 -> 0.0.9
2020-12-27 12:56:25 +01:00
Sandro 73caa04769
Merge pull request #107687 from markuskowa/upd-soapyud 2020-12-27 12:56:03 +01:00
Johannes May 15ff43f8d3 darktable: 3.2.1 -> 3.4.0
Release information: https://www.darktable.org/2020/12/darktable-340-released/
2020-12-27 11:53:22 +00:00
Sandro 2afec82bf8
Merge pull request #107697 from r-ryantm/auto-update/python3.7-casbin
python37Packages.casbin: 0.14.0 -> 0.15.0
2020-12-27 12:31:45 +01:00
Fabian Affolter 7d64da7295 nuclei: init at 2.2.0 2020-12-27 12:27:21 +01:00
Markus Kowalewski b3e155a11b
soapyuhd: fix license 2020-12-27 12:17:51 +01:00
Fabian Affolter 69d57ea4ae dnsx: init at 1.0.1 2020-12-27 12:16:14 +01:00
sternenseemann 182dc8b906 lowdown: 0.7.4 -> 0.7.5 2020-12-27 12:10:08 +01:00
Sandro ab9c9cbf32
Merge pull request #107702 from kvtb/patch-1
xfce.orage: fix dead link
2020-12-27 12:07:03 +01:00
Michael Weiss 669e4df42a
Merge pull request #107669 from meutraa/update/android-studio
Update Android Studio
2020-12-27 11:58:15 +01:00
kvtb c7ef70f6c8
xfce.orage: fix dead link 2020-12-27 10:40:04 +00:00
Mario Rodas 2cc63fa4ca espeak-ng: enable on darwin 2020-12-27 04:25:00 -05:00
Mario Rodas f88620ce75 sonic: 2018-07-06 -> 2020-12-27 2020-12-27 04:24:00 -05:00
Mario Rodas 3ef18945f8 sonic: enable on darwin 2020-12-27 04:23:00 -05:00
Mario Rodas 7ad2611495 sonic: install manpage 2020-12-27 04:22:00 -05:00
Mario Rodas c9e2ce3d83 pcaudiolib: fix homepage 2020-12-27 04:21:00 -05:00