Commit Graph

219397 Commits

Author SHA1 Message Date
Benjamin Hipple
755b936985
Merge pull request #84011 from r-ryantm/auto-update/pyradio
pyradio: 0.8.7.1 -> 0.8.7.2
2020-04-01 15:16:32 -04:00
Dave Anderson
19a831d853 nixos/iio: adjust formatting of option description.
Co-Authored-By: Alyssa Ross <hi@alyssa.is>
2020-04-01 18:37:52 +00:00
David Anderson
d2bb8d232b nixos/iio: explain why you might want IIO sensor support.
Signed-off-by: David Anderson <dave@natulte.net>
2020-04-01 18:37:52 +00:00
Alexander Bakker
79e768eeb4 zenpower: 0.1.5 -> 0.1.10 2020-04-01 18:28:43 +00:00
R. RyanTM
7c4913be41 pyradio: 0.8.7.1 -> 0.8.7.2 2020-04-01 18:05:07 +00:00
adisbladis
99b1188ee1
Merge pull request #83990 from r-ryantm/auto-update/minio
minio: 2020-03-06T22-23-56Z -> 2020-03-25T07-03-04Z
2020-04-01 20:02:42 +02:00
Daiderd Jordan
c77af3740b
Merge pull request #83873 from bachp/plex-1.18.9.2571
plex: 1.18.8.2527 -> 1.18.9.2571
2020-04-01 19:31:31 +02:00
R. RyanTM
8ce84989d9 bitcoin-abc: 0.21.1 -> 0.21.3 2020-04-01 19:17:26 +02:00
Drew Risinger
543382d83c pythonPackages.qiskit-ignis: init at 0.2.0
Qiskit Ignis is a toolbox for quantum hardware verification,
noise characterization, and error correction.

This commit follows the new Qiskit scheme of breaking one large package
into smaller packages (terra, aer, etc), and then having a single
meta-package "qiskit" that comprises them.
2020-04-01 09:49:29 -07:00
Thomas Tuegel
6572d7bc52
Merge pull request #83897 from edolstra/kde-apps-19.12.3
kdeApplications: 19.12.1 -> 19.12.3
2020-04-01 10:54:15 -05:00
Bas van Dijk
d44a752b91
Merge pull request #83350 from DieGoldeneEnte/llvm10
llvmPackages_10: rc5 -> release
2020-04-01 17:35:05 +02:00
Vincent Laporte
34db9b5ee3 ocamlPackages.phylogenetics: 2019-11-15 → 2020-01-05 2020-04-01 17:29:30 +02:00
Vincent Laporte
206cf8a341 ocamlPackages.gnuplot: 0.5.3 → 0.7 2020-04-01 17:29:30 +02:00
Vincent Laporte
8e686bacc4 ocamlPackages.ocaml-r: init at 0.2.0 2020-04-01 17:29:30 +02:00
Jörg Thalheim
5853515f6c
Merge pull request #83932 from jluttine/kdenlive-fix-dep-paths
kdenlive: set run-time dep paths (fix #83885)
2020-04-01 16:28:17 +01:00
Ryan Mulligan
63f8e22dd8
Merge pull request #83976 from r-ryantm/auto-update/helmfile
helmfile: 0.102.0 -> 0.106.3
2020-04-01 08:26:36 -07:00
R. RyanTM
d6b23cb118 minio: 2020-03-06T22-23-56Z -> 2020-03-25T07-03-04Z 2020-04-01 15:13:11 +00:00
Maximilian Bosch
d7c0018c79
riot-desktop: 1.5.14 -> 1.5.15
https://github.com/vector-im/riot-web/releases/tag/v1.5.15
2020-04-01 16:53:46 +02:00
Maximilian Bosch
04a6f80ff4
riot-web: 1.5.14 -> 1.5.15
https://github.com/vector-im/riot-web/releases/tag/v1.5.15
2020-04-01 16:53:46 +02:00
Tim Steinbach
be792c92ec
jenkins: 2.204.5 -> 2.222.1 2020-04-01 10:46:07 -04:00
Tim Steinbach
ef3f3f2728
linux_latest-libre: 17387 -> 17402 2020-04-01 10:46:07 -04:00
Tim Steinbach
902ebcdd44
linux: 5.5.13 -> 5.5.14 2020-04-01 10:46:06 -04:00
Tim Steinbach
7bae57f249
linux: 5.4.28 -> 5.4.29 2020-04-01 10:46:06 -04:00
Tim Steinbach
7f56fdd997
linux: Init 5.6.1
Change linux_latest to 5.6
2020-04-01 10:46:02 -04:00
Christine Dodrill
09b47478f8
development/libraries/libdap: fix hash
(cherry picked from commit aa61e722b041ce60dd71f9e6f3f5a474db9f7211)
2020-04-01 16:36:28 +02:00
Marek Mahut
e1f741937c
Merge pull request #83957 from mmahut/trezor0120
python3Packages.trezor: 0.11.6 -> 0.12.0
2020-04-01 16:34:04 +02:00
Alyssa Ross
139a15ea58 minijail: build and install constants.json
This is a syscall table used for compiling Minijail policy files to
BPF.  The compiler is available in the minijail-tools package.  The
file is generated by compiling and running a small program named
dump_constants.

When cross-compiling, we have to get the syscall table for the host
platform.  To do this, dump_constants is run under QEMU user emulation
for the appropriate platform.  Google takes the same approach in their
minijail packages for ChromiumOS[1].

[1]: 729bd4269a/chromeos-base/minijail/minijail-9999.ebuild (49)
2020-04-01 13:44:28 +00:00
Alyssa Ross
2ed758481c minijail-tools: init at 14
This is built from the same source as minijail, but is for all intents
and purposes a seperate package.  It builds different things, with no
overlap, and is under a different license.
2020-04-01 13:44:28 +00:00
Alyssa Ross
9225d95bdd minijail: android-10.0.0_r9 -> 14
Switched from the android-* tags to the linux-* ones, because Upstream
says "Releases are tagged as `linux-vXX`".
2020-04-01 13:44:28 +00:00
Alyssa Ross
75922aa1e1 minijail: add myself as a maintainer 2020-04-01 13:44:28 +00:00
Konrad Borowski
e69e48a1e4 lib.licenses: Add Unicode License Agreement for Data Files and Software 2020-04-01 13:43:41 +00:00
Mario Rodas
4528173318
Merge pull request #83948 from sikmir/gpxsee
gpxsee: 7.25 -> 7.27
2020-04-01 08:31:56 -05:00
Mario Rodas
f6d5e343ad
Merge pull request #83944 from r-ryantm/auto-update/cargo-expand
cargo-expand: 0.4.18 -> 0.4.19
2020-04-01 08:31:06 -05:00
Mario Rodas
c8fb6b51a2
Merge pull request #83942 from r-ryantm/auto-update/broot
broot: 0.13.4 -> 0.13.5b
2020-04-01 08:30:31 -05:00
Mario Rodas
0b09ea6aed
Merge pull request #83968 from r-ryantm/auto-update/fwup
fwup: 1.5.1 -> 1.5.2
2020-04-01 08:30:06 -05:00
Mario Rodas
54c25aabca
Merge pull request #83964 from r-ryantm/auto-update/fly
fly: 5.8.0 -> 6.0.0
2020-04-01 08:29:12 -05:00
Mario Rodas
ff174bf0f5
Merge pull request #83952 from r-ryantm/auto-update/compcert
compcert: 3.6 -> 3.7
2020-04-01 08:27:02 -05:00
Mario Rodas
c47ec3067d
Merge pull request #70762 from xfix/nixos-mullvad-vpn
nixos/mullvad-vpn: add service
2020-04-01 08:26:07 -05:00
Mario Rodas
4e02ae60f5
Merge pull request #83965 from r-ryantm/auto-update/flyctl
flyctl: 0.0.102 -> 0.0.110
2020-04-01 08:24:25 -05:00
Mario Rodas
3f85d8c912
Merge pull request #83860 from filalex77/sozu-0.11.46
sozu: init at 0.11.46
2020-04-01 08:22:28 -05:00
Mario Rodas
9644e10968
Merge pull request #83621 from cgevans/fix-mullvad-appindicator2
mullvad-vpn: add libappindicator dependency and fix mullvad-problem-report link
2020-04-01 08:16:51 -05:00
Mario Rodas
dd1068f840
Merge pull request #80721 from emacsomancer/mullvad2020.3
mullvad-vpn: 2020.2 -> 2020.3
2020-04-01 08:16:34 -05:00
Mario Rodas
595c7ea063
Merge pull request #83962 from r-ryantm/auto-update/emplace
emplace: 0.2.12 -> 0.2.14
2020-04-01 08:13:26 -05:00
Mario Rodas
c970178cc3
Merge pull request #83946 from r-ryantm/auto-update/checkstyle
checkstyle: 8.30 -> 8.31
2020-04-01 08:12:57 -05:00
Mario Rodas
c0149fd27e
Merge pull request #83958 from r-ryantm/auto-update/dnsproxy
dnsproxy: 0.23.7 -> 0.24.0
2020-04-01 08:11:25 -05:00
Mario Rodas
46c779d0a5
Merge pull request #83950 from r-ryantm/auto-update/cloudflare-wrangler
cloudflare-wrangler: 1.8.1 -> 1.8.4
2020-04-01 08:10:42 -05:00
Mario Rodas
1778390842
Merge pull request #83954 from r-ryantm/auto-update/coredns
coredns: 1.6.7 -> 1.6.9
2020-04-01 08:09:44 -05:00
Mario Rodas
92c97abba3
Merge pull request #83953 from r-ryantm/auto-update/conftest
conftest: 0.18.0 -> 0.18.1
2020-04-01 08:02:41 -05:00
Mario Rodas
5f1a7f8666
Merge pull request #83947 from r-ryantm/auto-update/chezmoi
chezmoi: 1.7.16 -> 1.7.18
2020-04-01 07:57:58 -05:00
R. RyanTM
596473df4a helmfile: 0.102.0 -> 0.106.3 2020-04-01 12:52:51 +00:00