3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

284505 commits

Author SHA1 Message Date
Graham Christensen 5259a2e5da
Merge pull request #119996 from DeterminateSystems/sasquatch
sasquatch: 4.3 -> 4.4
2021-04-23 11:41:23 -04:00
Peter Simons a8ade4385f Merge origin/master into haskell-updates. 2021-04-23 17:15:13 +02:00
Michael Livshin a2ae19a00d antlr3: make C++ headers compliant with C++20
(by stealing the relevant patch from Fedora)
2021-04-23 18:10:04 +03:00
Michael Livshin b71a8621a2 rapidjson: make headers compliant with C++20
(by stealing the relevant patch from Fedora)
2021-04-23 18:05:44 +03:00
Graham Christensen 3ac9de55b0
Merge pull request #120304 from DeterminateSystems/yargen
yarGen: patch get_abs_path function, install strings.xml
2021-04-23 10:29:37 -04:00
pennae 265d31bcbd nixos/sshguard: restart sshguard when services/backend changes
backends changing shouldn't be very likely, but services may well change. we
should restart sshguard from nixos-rebuild instead of merely plopping down a new
config file and waiting for the user to restart sshguard.
2021-04-23 16:16:37 +02:00
Dmitry Kalinkin 638936f657
Merge pull request #120124 from veprbl/pr/freeimage_fix
freeimage: fix for darwin
2021-04-23 09:27:55 -04:00
Michael Weiss 8d212bee7c
intel-gmmlib: 21.1.1 -> 21.1.2 2021-04-23 15:19:35 +02:00
Alyssa Ross cf5d480a06
lib.systems.doubles.all: reorganize
The previous mess was partially grouped by OS, and partially grouped
by architecture, which made it very difficult to know where to add new
entries.

I've chosen to group by OS entirely, because OSes are likely to
maintain exhaustive lists of supported architectures, but it's far
less likely we'd be able to find exhaustive lists of supported OSes
for every architecture.
2021-04-23 13:19:00 +00:00
Robert Schütz f2ab385874 radicale: add passthru.tests 2021-04-23 15:13:36 +02:00
Robert Schütz 8a3c8eed75 radicale: use pytestCheckHook 2021-04-23 14:47:59 +02:00
Fabian Affolter f789bacc63 metasploit: 6.0.40 -> 6.0.41 2021-04-23 14:29:47 +02:00
Michael Weiss 112a3b08e9
Merge pull request #120321 from primeos/chromiumDev
chromiumDev: 91.0.4472.19 -> 92.0.4484.7
2021-04-23 14:16:54 +02:00
Fabian Affolter b47e9b7ab7 python3Packages.sendgrid: 6.6.0 -> 6.7.0 2021-04-23 14:13:14 +02:00
Fabian Affolter 8001007e31 python3Packages.twitterapi: 2.7.1 -> 2.7.2 2021-04-23 14:03:59 +02:00
Fabian Affolter e861822d4f python3Packages.nclib: init at 1.0.0 2021-04-23 13:58:18 +02:00
Andrey Kuznetsov 5324ef34a6
tabnine: install all binaries 2021-04-23 11:35:47 +00:00
Fabian Affolter fe3c957f37 angrop: init at 9.0.6790 2021-04-23 13:28:44 +02:00
Philipp 2e896fce98
nheko: 0.8.1 -> 0.8.2 2021-04-23 13:20:43 +02:00
Philipp 7d797a7303
lmdbxx: 0.9.21.0 -> 1.0.0 and maintainer change 2021-04-23 13:18:03 +02:00
Philipp 5c4b9be2e1
mtxclient: 0.4.1 -> 0.5.1 2021-04-23 13:16:44 +02:00
Andrey Kuznetsov a15c3530c5
tabnine: 3.3.101 -> 3.3.115 2021-04-23 11:08:43 +00:00
06kellyjac a4597c4417 dockle: 0.3.11 -> 0.3.13 2021-04-23 11:55:43 +01:00
Robert Schütz 56e173303d ffsend: 0.2.68 -> 0.2.71 2021-04-23 12:50:07 +02:00
Robert Schütz 69460bcd0c python3Packages.ytmusicapi: 0.15.1 -> 0.16.0 2021-04-23 12:30:11 +02:00
Valentin Lorentz 92c77733ac mrustc: init at 0.9
mrustc is mostly patched to use shared LLVM sources but still uses
in-tree source for compiler-rt from LLVM 7. This needs to be patched to
compile under glibc 2.31 or later. It's easy enough to reapply all our
compiler-rt patches here.
2021-04-23 10:19:37 +00:00
Valentin Lorentz 9bb6bf650e maintainers: add progval 2021-04-23 10:19:37 +00:00
Robert Schütz 63a43ed80e pythonPackages.bitarray: 1.8.1 -> 2.0.1 2021-04-23 12:15:01 +02:00
Michael Weiss a75b5add13
chromiumDev: 91.0.4472.19 -> 92.0.4484.7 2021-04-23 12:03:56 +02:00
Florian Franzen f192430e47 sphinx: init from python3Packages.sphinx 2021-04-23 11:59:26 +02:00
Florian Franzen 063e5abdd2 sphinx-serve: init from python3Packages.sphinx-serve 2021-04-23 11:58:54 +02:00
Henri Menke 33fff37020
zfsUnstable: 2.1.0-rc3 -> 2.1.0-rc4 2021-04-23 11:25:37 +02:00
Jakub Sokołowski dd2a8245a1
gomobile: init at 2020-06-22
The Android SDK is provided by `nixpkgs`, and in case of the Status Project
we build our app using that SDK in combination with gomobile since our
protocol library is written in Go:
https://github.com/golang/mobile

This tool is quite powerful and allows you even to build entire applications in Go:
https://pkg.go.dev/golang.org/x/mobile/cmd/gomobile#hdr-Compile_android_APK_and_iOS_app

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2021-04-23 11:17:17 +02:00
Michael Raskin 2a04a9ce44
Merge pull request #120168 from r-ryantm/auto-update/clingo
clingo: 5.4.1 -> 5.5.0
2021-04-23 08:51:33 +00:00
Michael Raskin d2d3068328
Merge pull request #120222 from pennae/libreoffice-dbus
libreoffice: kill private dbus instance on exit
2021-04-23 08:50:35 +00:00
Fabian Affolter c312d8b98c
Merge pull request #120150 from r-ryantm/auto-update/bettercap
bettercap: 2.30.2 -> 2.31.0
2021-04-23 10:40:21 +02:00
Raphael Megzari 8e585bbce6
cargo-make: fix darwin build (#120312)
* cargo-make: format with nixpkgs-fmt

* cargo-make: fix darwin build
2021-04-23 17:34:11 +09:00
Jörg Thalheim 8def3d6c05
Merge pull request #120298 from bobby285271/issue-120011
doc: Convert contributing/* to markdown
2021-04-23 09:12:10 +01:00
Robert Schütz c890c058da prs: 0.2.7 -> 0.2.8 2021-04-23 10:04:22 +02:00
Fabian Affolter e097a355c6
Merge pull request #120262 from fabaff/openerz-api
python3Packages.openerz-api: init at 0.1.0
2021-04-23 10:02:10 +02:00
Fabian Affolter 1f7c83a0ea
Merge pull request #119894 from fabaff/bump-angr
python3Packages.angr: 9.0.6281 -> 9.0.6790 and dependencies
2021-04-23 09:47:38 +02:00
Fabian Affolter 4be19f893b python3Packages.slack-sdk: 3.4.2 -> 3.5.0 2021-04-23 09:31:07 +02:00
Arijit Basu 32a537cb73 xplr: 0.5.5 -> 0.5.6 2021-04-23 09:29:09 +02:00
FliegendeWurst 961f7cad2d trilium: 0.46.7 -> 0.46.9 2021-04-23 09:28:22 +02:00
happysalada 8b23026080 broot: 1.2.0 -> 1.2.9 2021-04-23 09:25:39 +02:00
Fabian Affolter 40d82c7abc home-assistant: enable openerz tests 2021-04-23 09:16:08 +02:00
Fabian Affolter 907d65bde4 home-assistant: update component-packages 2021-04-23 09:12:57 +02:00
Fabian Affolter 89168356c2 python3Packages.openerz-api: init at 0.1.0 2021-04-23 09:12:57 +02:00
Fabian Affolter d312288e17 home-assistant: update component-packages 2021-04-23 09:09:36 +02:00
Noah D. Brenowitz 510dc52b86 python3Packages.dask-ml: adding missing setup dependencies 2021-04-23 00:09:29 -07:00