276284 Commits

Author SHA1 Message Date
taku0
b87a3ede29
Merge pull request #112393 from felixscheinost/update_jdk11_darwin
jdk11 (darwin): 11.0.1 -> 11.0.9
2021-02-24 20:08:59 +09:00
Karl Fischer
7253b73190
vsh: 0.9.0 -> 0.10.0 2021-02-24 11:52:10 +01:00
meutraa
6e1b2278fb
androidStudioPackages.beta: 4.2.0.20 -> 4.2.0.21 2021-02-24 10:51:40 +00:00
meutraa
3014dbcee2
androidStudioPackages.{canary,dev}: 2020.3.1.5 -> 2020.3.1.7 2021-02-24 10:51:38 +00:00
R. RyanTM
949bae089c monetdb: 11.39.11 -> 11.39.13 2021-02-24 10:40:56 +00:00
Atemu
c0b7b84b91 zen-kernels: 5.10.15 -> 5.11.1 2021-02-24 11:39:47 +01:00
Alwin Berger
c2b65f7f91 io: remove deprecated sysctl.h
glibc 2.32 removed <sys/sysctl.h>
But since it is only required with __CYGWIN__ it can be removed safely
See related Issues upstream:
https://github.com/IoLanguage/io/issues/433
https://github.com/IoLanguage/io/pull/446
2021-02-24 11:29:48 +01:00
Martin Weinelt
2f5343a77e
Merge pull request #114188 from fabaff/jsonpath-ng
python3Packages.jsonpath-ng: init at 1.5.2
2021-02-24 11:27:47 +01:00
Mario Rodas
2d28c95f28
Merge pull request #114220 from 06kellyjac/nerdctl
nerdctl: 0.6.0 -> 0.6.1
2021-02-24 05:21:26 -05:00
Mario Rodas
90bd18552f
Merge pull request #114198 from marsam/update-zeek
zeek: 3.2.3 -> 3.2.4
2021-02-24 05:20:00 -05:00
meutraa
7230b47079
androidStudioPackages: change --set JAVA_HOME to --set-default in wrapper 2021-02-24 09:54:30 +00:00
06kellyjac
95a7975c27 nerdctl: 0.6.0 -> 0.6.1 2021-02-24 09:36:39 +00:00
Sandro Jäckel
babf9d6100 pythonPackages.sqlalchemy: fix tests 2021-02-24 10:15:25 +01:00
Fabian Affolter
1dfe0f0512 python3Packages.pg8000: update meta (add license) 2021-02-24 10:13:54 +01:00
Fabian Affolter
18ede21b30 python3Packages.aiosqlite: 0.16.0 -> 0.17.0 2021-02-24 09:43:55 +01:00
Fabian Affolter
8fbf7477e6 python3Packages.pg8000: 1.16.6 -> 1.17.0 2021-02-24 09:36:30 +01:00
Fabian Affolter
4d0c9f2c27
Merge pull request #114142 from fabaff/bump-ugrep
ugrep: 3.1.0 -> 3.1.7
2021-02-24 09:27:15 +01:00
Ben Siraphob
4ace7d4167 scheme48: refactor and add siraben as maintainer 2021-02-24 15:22:15 +07:00
Daniël de Kok
fe397414c3 teensyduino: fix missing library paths
- The teensy binary requires Gtk2, not Gtk3.
- The teensy_{ports,reboot,restart,serialmon} binaries need libudev.
2021-02-24 09:09:15 +01:00
Jörg Thalheim
aaae419aac
gdb: fix musl build
fixes #104133

Signed-off-by: Jörg Thalheim <joerg@thalheim.io>
2021-02-24 09:05:34 +01:00
Fabian Affolter
aa55da3810 python3Packages.jsonpath-ng: init at 1.5.2 2021-02-24 08:37:52 +01:00
Jan Tojnar
22bf2d0331
top-level/php-packages: fix types
Passing list to `optional` wraps it in another list but we just want to return it as is.

Let’s just use `optionals` everywhere as that is much more predictable and makes such mistakes obvious.
2021-02-24 08:26:36 +01:00
Vincent Laporte
a346c68411 acgtk: 1.5.1 → 1.5.2 2021-02-24 08:13:06 +01:00
Bernardo Meurer
6c36c4ca06
Merge pull request #114200 from lovesegfault/filebot-fix-hash
filebot: fix hash
2021-02-24 06:48:19 +00:00
Sandro
e84bae2c1c
Merge pull request #113718 from Emantor/init/gpuvis
gpuvis: init at 20210220
2021-02-24 07:45:28 +01:00
Nicolás Kennedy
b0202dd63f
tor-browser-bundle-bin: 10.0.9 -> 10.0.12
Update to latest release
https://blog.torproject.org/new-release-tor-browser-10012
2021-02-23 22:38:11 -08:00
R. RyanTM
ba02fd22e5 log4cplus: 2.0.5 -> 2.0.6 2021-02-24 06:12:18 +00:00
R. RyanTM
79c7968098 libavif: 0.8.4 -> 0.9.0 2021-02-24 05:58:25 +00:00
Dmitry Kalinkin
669c286d27
herwig,thepeg: mark as gpl3Only 2021-02-24 00:30:11 -05:00
Dmitry Kalinkin
116108e2b6
herwig: 7.2.1 -> 7.2.2
thepeg: 2.2.1 -> 2.2.2
2021-02-23 23:56:37 -05:00
Peter Hoeg
71e0a6fb1d neochat: 1.0.1 -> 1.1.1 2021-02-24 12:15:46 +08:00
Peter Hoeg
012a883733 libquotient: 0.6.4 -> 0.6.5 2021-02-24 12:15:46 +08:00
Masanori Ogino
cd98de0816 foundationdb60: fix build
- Add missing #include, mainly <cmath>
- Add missing 'std::'
- Remove prototype conflicting with the libc's definition

Signed-off-by: Masanori Ogino <167209+omasanori@users.noreply.github.com>
2021-02-24 12:48:58 +09:00
derchris
ebe2a8b77f aws: 1.75 > 2019.06.18 2021-02-23 22:22:09 -05:00
R. RyanTM
9c04b881b2 jetty: 9.4.36.v20210114 -> 9.4.37.v20210219 2021-02-24 02:43:25 +00:00
Vladimir Serov
f4eddc2fad hol: 10 -> 14
also cleared broken status; builds on NixOS

Signed-off-by: Vladimir Serov <me@cab404.ru>
2021-02-23 21:31:26 -05:00
Bernardo Meurer
49a73a7d88
filebot: fix hash 2021-02-23 18:15:48 -08:00
Mario Rodas
bd140443c0
Merge pull request #110224 from r-ryantm/auto-update/podiff
podiff: 1.2 -> 1.3
2021-02-23 20:56:11 -05:00
Mario Rodas
1f6c8f0165
Merge pull request #110359 from r-ryantm/auto-update/gcsfuse
gcsfuse: 0.32.0 -> 0.33.0
2021-02-23 20:55:37 -05:00
Mario Rodas
11f1ef1755
Merge pull request #109745 from r-ryantm/auto-update/ccls
ccls: 0.20201025 -> 0.20201219
2021-02-23 20:54:18 -05:00
Mario Rodas
96eda5ffae
Merge pull request #110016 from r-ryantm/auto-update/keepalived
keepalived: 2.1.5 -> 2.2.1
2021-02-23 20:52:32 -05:00
Mario Rodas
f209d732d2
Merge pull request #109999 from r-ryantm/auto-update/kube-router
kube-router: 1.1.0 -> 1.1.1
2021-02-23 20:52:07 -05:00
Mario Rodas
d50e931805
Merge pull request #109793 from r-ryantm/auto-update/entt
entt: 3.5.2 -> 3.6.0
2021-02-23 20:51:25 -05:00
Mario Rodas
8407566088
Merge pull request #109872 from r-ryantm/auto-update/jackett
jackett: 0.17.15 -> 0.17.311
2021-02-23 20:50:16 -05:00
Mario Rodas
40f1a02688
Merge pull request #109795 from r-ryantm/auto-update/ergo
ergo: 3.3.6 -> 4.0.0
2021-02-23 20:49:51 -05:00
R. RyanTM
b5dc1e0df7 gpxsee: 8.6 -> 8.7 2021-02-24 01:48:16 +00:00
Mario Rodas
7f5d920bc5
Merge pull request #110018 from r-ryantm/auto-update/kubie
kubie: 0.11.1 -> 0.12.1
2021-02-23 20:47:37 -05:00
Mario Rodas
ee91892c62
Merge pull request #112830 from r-ryantm/auto-update/simdjson
simdjson: 0.8.1 -> 0.8.2
2021-02-23 20:46:04 -05:00
Mario Rodas
0428d8192b
Merge pull request #113078 from r-ryantm/auto-update/liquibase
liquibase: 4.3.0 -> 4.3.1
2021-02-23 20:45:16 -05:00
Mario Rodas
11bb2521b5
Merge pull request #112999 from r-ryantm/auto-update/python3.8-dtschema
dt-schema: 2020.12 -> 2021.2.1
2021-02-23 20:44:25 -05:00