Eelco Dolstra
05bdfd6f2f
Merge pull request #98973 from Ma27/bump-hydra
...
hydra-unstable: 2020-09-02 -> 2020-10-20
2020-10-22 12:01:13 +02:00
Eelco Dolstra
357a62df6c
Merge pull request #101272 from edolstra/fix-kdeconnect
...
Fix kdeconnect
2020-10-22 11:18:38 +02:00
midchildan
55871dc165
javaPackages: add upgraded packages
...
These are packages required to build Sourcetrail Java support
- maven-compiler-plugin 3.2
- plexus-compiler-api 2.4
- plexus-compiler-javac 2.4
- plexus-compiler-manager 2.4
2020-10-22 10:11:36 +09:00
Eelco Dolstra
fa08ce096e
kdeconnect: Use Qt 5.12
...
Fixes #99951 .
$ kdeconnect-app
Cannot mix incompatible Qt library (5.12.7) with this library (5.15.0)
Aborted (core dumped)
2020-10-21 20:35:49 +02:00
Maximilian Bosch
1308817e05
nixos/hydra: remove hydra-migration upgrade path
...
This should NOT be backported to 20.09!
When 21.03 is released, the DB changes are about a year old and
operators had two release cycles for the upgrade. At this point it
should be fair to remove the compat layer to reduce the complexity of
the module itself.
2020-10-21 18:03:04 +02:00
Vladimír Čunát
90094b0468
Merge branch 'master' into staging-next
...
minor conflict: rust update vs. darwin fixes for it
(not tested but seems quite OK)
2020-10-21 13:34:06 +02:00
zowoq
c43e01b6d2
rustPlatform: fix darwin build failure
2020-10-21 20:20:15 +10:00
Timo Kaufmann
ea0abe99d8
Merge pull request #100374 from berbiche/wayst
...
wayst: init at 2020-10-12
2020-10-21 09:56:52 +02:00
Ryan Burns
40e9a2340a
python3Packages.yamale: init at 3.0.4
2020-10-20 21:34:32 -07:00
Mario Rodas
99332f9728
Merge pull request #101212 from leemhenson/nodejs-15_x
...
nodejs-15_x: init at 15.0.0
2020-10-20 19:14:30 -05:00
Nicolas Berbiche
31cd7cfbd1
wayst: init at 2020-10-12
2020-10-20 19:20:36 -04:00
Florian Klink
6e5ccaa34f
Merge pull request #100657 from flokli/network-manager-sstp
...
networkmanager-sstp: init at unstable-2020-04-20, bump sstp from 1.0.12 to 1.0.13
2020-10-21 00:33:13 +02:00
Florian Klink
72cd3086cc
networkmanager-sstp: init at unstable-2020-04-20
2020-10-21 00:02:18 +02:00
Samuel Gräfenstein
d6def694c1
pcsx2: build with gtk3 and support x86_64 builds
2020-10-21 00:00:00 +02:00
Lee Henson
cd3c2b1fad
nodejs-15_x: init at 15.0.0
...
Changelog: https://github.com/nodejs/node/releases/tag/v15.0.0
2020-10-20 21:16:09 +01:00
Frederik Rietdijk
23890fc236
Merge staging-next into staging
2020-10-20 20:55:46 +02:00
StigP
a24a33dbc8
Merge pull request #101182 from zakame/zakame/meta/perl-LinuxInotify2
...
perlPackages.LinuxInotify2: add description/license to meta
2020-10-20 18:51:16 +00:00
Ryan Mulligan
72ac8255dc
Merge pull request #88921 from sikmir/keeweb
...
keeweb: init at 1.15.7
2020-10-20 10:44:55 -07:00
Doron Behar
0f3d40ef68
Merge pull request #84816 from FlorianFranzen/texmacs
...
texmacs: 1.99.11 -> 1.99.13
2020-10-20 20:17:26 +03:00
Zak B. Elep
1d8c943339
perlPackages.LinuxInotify2: add description/license to meta
2020-10-20 22:51:21 +08:00
Janne Heß
cdabe1007c
raspberrypi-eeprom: Init at 2020-10-05
2020-10-20 15:45:58 +02:00
Jan Tojnar
d4975d23f1
Merge pull request #101022 from jtojnar/pycairo-drop-xlibs
...
python3.pkgs.pycairo: drop xlibs
2020-10-20 13:54:32 +02:00
StigP
dba3e198d4
Merge pull request #101118 from zakame/zakame/updates/perl-Future-0.46
...
perlPackages.Future: 0.45 -> 0.46
2020-10-20 10:30:40 +00:00
Vincent Laporte
466194482c
ocamlPackages.ppx_type_conv: remove at 113.33.03
2020-10-20 09:39:30 +02:00
Vincent Laporte
1f65cf4bde
ocamlPackages.ppx_fail: remove at 113.33.03
2020-10-20 09:39:30 +02:00
Vincent Laporte
649059d42b
ocamlPackages.ppx_driver: remove at 113.33.03
2020-10-20 09:39:30 +02:00
Vincent Laporte
07ad2970a5
ocamlPackages.ppx_core: remove at 113.33.03
2020-10-20 09:39:30 +02:00
Zak B. Elep
6f4105f412
perlPackages.Future: 0.45 -> 0.46
2020-10-20 12:13:26 +08:00
Rebecca Turner
e19a5b3f95
ytop: Add "ytop" to ytop's error message
...
Right now, running `nixos-rebuild` gives an obscure error:
```
$ nixos-rebuild switch
building Nix...
building the system configuration...
error: Abandoned by upstream. Consider switching to bottom instead
(use '--show-trace' to show detailed location information)
```
(And `--show-trace` adds no useful information.)
The error message doesn't indicate that `ytop` is what's causing the problem.
By adding `ytop` to the error message, configurations that still reference
`ytop` will be easier to debug and fix.
2020-10-19 18:24:28 -04:00
Jan Tojnar
17739fa570
python3.pkgs.pycairo: clean up
...
* drop unneeded xlibs dependency
* correct license
* do not use pkgconfig alias
* use pytestCheckHook
* format
2020-10-20 00:07:26 +02:00
V
744a504030
fx: init at 20.0.2 ( #100828 )
2020-10-19 20:38:17 +00:00
Rok Garbas
298659b5f8
Merge pull request #101080 from Patryk27/news/unifi
...
unifiBeta: init at 6.0.23
2020-10-19 21:45:59 +02:00
Martin Weinelt
4dca83eb54
Merge pull request #101033 from JamieMagee/pyaftership
...
pythonPackages.pyaftership: init at 0.1.2
2020-10-19 20:59:26 +02:00
Patryk Wychowaniec
07518da204
unifiBeta: init at 6.0.23
2020-10-19 18:47:12 +02:00
Jonathan Ringer
67d2de5ffa
python310: init at 3.10a1
2020-10-19 09:31:27 -07:00
Evan Stoll
154fa4d0e7
pythonPackages.hydrus: init at 413
2020-10-19 09:13:33 -07:00
Ryan Mulligan
12642234d9
Merge pull request #99883 from mtanzi/elixir-1.11.0
...
elixir_1_11: init at 1.11.0
2020-10-19 08:52:02 -07:00
StigP
76fe85fcdd
Merge pull request #101012 from r-burns/perl-linux
...
perlPackages.Linux*: disable on non-Linux platforms
2020-10-19 14:20:10 +00:00
Peter Simons
e0f62babfc
Merge pull request #100215 from RasmusRendal/boost
...
boost173 and boost174: Init both
2020-10-19 09:44:07 +02:00
Jamie Magee
d804c4393f
pythonPackages.pyaftership: init at 0.1.2
2020-10-18 23:10:23 +02:00
Jean-François Roche
af87635776
python{2,3}Packages.gntp: init at 1.0.3
2020-10-18 22:22:59 +02:00
Jan Tojnar
5c766c5c24
Merge branch 'staging-next' into staging
2020-10-18 21:21:03 +02:00
Martin Weinelt
c3054b77d7
Merge pull request #93400 from ruuda/mopidy-local
...
mopidy-local: init at 3.1.1
2020-10-18 20:19:31 +02:00
Ryan Burns
b7e4ac43e4
perlPackages.Linux*: disable on non-Linux platforms
2020-10-18 10:42:31 -07:00
Ruud van Asseldonk
b82ca4d2e1
mopidy-local-sqlite: remove
...
This plugin has been merged into the newer "mopidy-local" plugin which I
just added. "mopidy-local-images" and "mopidy-local-sqlite" were added
originally for Mopidy Iris, but Iris now works with mopidy-local, and
does not need the older ones any more.
2020-10-18 19:33:55 +02:00
Ruud van Asseldonk
79a823ceae
mopidy-local-images: remove
...
This plugin has been merged into the newer "mopidy-local" plugin which I
just added. "mopidy-local-images" and "mopidy-local-sqlite" were added
originally for Mopidy Iris, but Iris now works with mopidy-local, and
does not need the older plugins any more.
2020-10-18 19:32:55 +02:00
Ruud van Asseldonk
7565d00a7c
mopidy-local: init at 3.1.1
...
Mopidy-Local is the successor to Mopidy-Local-SQLite and
Mopidy-Local-Images, which are already packaged. I had to make
gobject-introspection a propagated build input, otherwise
Mopidy-Local can't import Mopidy.
2020-10-18 19:31:07 +02:00
Jamie Magee
8fadee041c
pythonPackages.accuweather: init at 0.0.11
2020-10-18 09:41:30 -07:00
Gabriel Ebner
7caa81d8a2
Merge pull request #100972 from gebner/freecadgitpython
2020-10-18 16:28:57 +02:00
Gabriel Ebner
27bf7cb663
opencascade-occt730: remove
2020-10-18 15:13:25 +02:00
Gabriel Ebner
1665d59ac3
freecadStable: remove
...
It depends on the insecure qtwebkit package.
2020-10-18 15:12:12 +02:00
Peter Hoeg
3694212f4d
puddletag: fix wrapping
2020-10-18 20:26:50 +08:00
Michael Weiss
7c676c6429
wshowkeys: init at 2019-09-26
2020-10-18 14:09:49 +02:00
marius david
aa442d0660
portmod: init at 2.0_beta9
2020-10-18 11:10:46 +02:00
marius david
27c87b0fa8
tr-patcher: init at 1.0.5
2020-10-18 11:10:39 +02:00
marius david
e71198d9f0
tes3cmd: init at 0.40-pre-release-2
2020-10-18 10:31:11 +02:00
marius david
9c17a5448b
patool: init at 1.12
2020-10-18 10:31:11 +02:00
marius david
f4a58813fa
python3Packages.redbaron: init at 0.9.2
2020-10-18 10:31:11 +02:00
marius david
eca871cbaa
python3Packages.baron: init at 0.9
2020-10-18 10:31:10 +02:00
marius david
1c8204e0fa
python3Packages.python-sat: init at 0.1.6.dev6
2020-10-18 10:30:07 +02:00
Vladimír Čunát
04821fbe46
Merge #93333 : julia: Remove version 0.7 and 1.1
2020-10-18 10:29:04 +02:00
Vladimír Čunát
81b1356944
Merge #98415 : wordnet: Fix darwin build
2020-10-18 10:07:04 +02:00
Vincent Laporte
d149b27d41
ocamlformat: refactor
2020-10-18 09:51:18 +02:00
Robert Scott
9a09285f5a
pythonPackages.fastprogress: init at 1.0.0
2020-10-17 22:35:27 -07:00
StigP
5c5e7b119e
Merge pull request #100820 from zakame/zakame/contrib/perl-IOAsyncSSL
...
perlPackages.IOAsyncSSL: init at 0.22
2020-10-17 21:47:40 +00:00
Martin Weinelt
5304f52bc7
python3Packages.aubio: init at 0.4.9
2020-10-17 14:40:21 -07:00
Martin Weinelt
73eea3d98d
python3Packages.sacn: init at 1.4.6
2020-10-17 14:40:21 -07:00
Florian Franzen
a30600a387
texmacs: 1.99.11 -> 1.99.13
2020-10-17 21:24:54 +02:00
Martin Weinelt
0d0c9769b0
python3Packages.wled: init at 0.4.4
2020-10-17 12:01:41 -07:00
Mario Rodas
311a0c490f
Merge pull request #100838 from RaghavSood/stripe-cli/init
...
stripe-cli: init at 1.5.3
Fixes #100609
2020-10-17 13:44:51 -05:00
Ben Darwin
e20652da9b
elastix: 5.0.0 -> 5.0.1; unbreak OS X build
2020-10-17 11:36:31 -07:00
Matt Huszagh
0c695515e2
pythonPackages.python-openems: init at unstable-2020-02-15
2020-10-17 10:12:37 -07:00
Raghav Sood
0e8198502f
stripe-cli: init at 1.5.3
2020-10-17 23:35:58 +08:00
Zak B. Elep
06deaadb70
perlPackages.IOAsyncSSL: init at 0.22
2020-10-17 20:05:19 +08:00
marius david
487c1902b5
pythonPackages.pypblib: init at 0.0.4
2020-10-17 10:36:06 +02:00
Daniël de Kok
cd0e1c093b
Merge pull request #99288 from siraben/z80e-init
...
knightos-z80e: init at 0.5.0
2020-10-17 10:19:02 +02:00
Ben Siraphob
bd09a9e386
knightos-z80e: init at 0.5.0
2020-10-17 09:55:22 +02:00
Mario Rodas
2a58362f8f
Merge pull request #100213 from yanganto/hotfix-hime
...
hime: fix enable hime, remove hime-all package
2020-10-16 23:51:24 -05:00
Dmitry Bogatov
78d9b5fb1a
psftools: init at 1.0.13
2020-10-17 00:00:00 -04:00
Antonio Yang
52b903b3c4
hime: fix enable hime, remove hime-all package
...
- fix inputMethod.enable hime by adding module list
- rm hime-all package, because chewing, anthy modules does not work well
2020-10-17 10:48:31 +08:00
Peter Simons
50e986ba96
Merge pull request #100716 from NixOS/haskell-updates
...
Update Haskell package set to LTS 16.18 (plus other fixes)
2020-10-16 22:34:52 +02:00
Anderson Torres
4669a06b33
Merge pull request #99572 from siraben/tilem-init
...
tilem: init at 2.0
2020-10-16 12:18:21 -03:00
Stig P
d944d67751
Merge pull request #100652 from zakame/zakame/contrib/perl-FutureAsyncAwait
...
perlPackages.FutureAsyncAwait: init at 0.44
2020-10-16 13:49:29 +00:00
Zak B. Elep
86e486a890
perlPackages.FutureAsyncAwait: init at 0.44
...
dependencies:
perlPackages.XSParseSublike: init at 0.10
2020-10-16 20:55:26 +08:00
Peter Simons
92805ab38d
Merge remote-tracking branch 'origin/master' into haskell-updates.
2020-10-16 13:37:56 +02:00
Vincent Laporte
6742cc7660
ocamlPackages.camlimages: remove at 4.1.2
2020-10-16 12:33:38 +02:00
Daniël de Kok
e7add4afc1
Merge pull request #99374 from siraben/mktiupgrade-init
...
knightos-mktiupgrade: init at 1.1.6
2020-10-16 10:34:30 +02:00
Ben Siraphob
f8ca1bebdf
knightos-mktiupgrade: init at 1.1.6
2020-10-16 07:48:16 +02:00
Ryan Mulligan
c4679aac6f
Merge pull request #96698 from KAction/snooze
...
snooze: init at 0.4
2020-10-15 16:29:34 -07:00
Stig P
fd2995dfcb
Merge pull request #56267 from catern/ssprefork
...
perlPackages.NetServerSSPrefork: init at 0.06pre
2020-10-15 22:48:28 +00:00
Florian Klink
9d0d99f05b
Merge pull request #95746 from Mic92/cloud-init
...
cloud-init: 0.7.9 -> 20.2 (python3!)
2020-10-15 22:57:46 +02:00
xrelkd
7ee6eb7e1d
clipcat: init at 0.4.19
2020-10-16 03:49:26 +08:00
Janne Heß
1c0f102220
pyocr: Use tesseract without alias
2020-10-15 20:53:57 +02:00
Lassulus
8b4d70ca94
Merge pull request #100466 from ryanorendorff/agda-functional-linear-algebra
...
agda-packages: add functional-linear-algebra library at v0.1
2020-10-15 20:21:56 +02:00
Michael Weiss
c55a67dcf0
ffmpeg-full: Build without rav1e
...
The build of rav1e is currently broken, see #100029 .
2020-10-15 20:11:52 +02:00
Spencer Baugh
b156dd9fda
perlPackages.NetServerSSPrefork: init at 0.06pre
...
This package hasn't seen a release in about 9 years, and there are
important features on master (namely, Unix socket support), so we'll
get our version from Github.
2020-10-15 13:44:07 -04:00
Spencer Baugh
e5a84155af
perlPackages.TestUNIXSock: init at 0.4
2020-10-15 13:44:07 -04:00
Peter Simons
56bc587444
Merge remote-tracking branch 'origin/master' into haskell-updates,
2020-10-15 19:39:16 +02:00
Ryan Orendorff
c78dc9cf5b
agda-packages: add fla library at v0.1
...
Adds the functional-linear-algebra library to the agda package set.
2020-10-15 10:54:22 -06:00
Doron Behar
1db3202722
Merge pull request #75843 from jbedo/lumpy
2020-10-15 19:46:13 +03:00
Stig P
3464ccf58d
Merge pull request #100599 from stigtsp/package/perl-mojolicious-8.63
...
perlPackages.Mojolicious: 8.58 -> 8.63
2020-10-15 16:00:21 +00:00
Tim Steinbach
153787e7dc
Merge pull request #100528 from mweinelt/linux_latest
...
linuxPackages_latest: update to linuxPackages_5_9
2020-10-15 11:09:40 -04:00
Stig Palmquist
098d951e4d
perlPackages.Mojolicious: 8.58 -> 8.63
2020-10-15 15:34:29 +02:00
Mario Rodas
74da7d5a79
Merge pull request #100491 from marsam/init-resvg
...
resvg: init at 0.11.0
2020-10-15 07:31:08 -05:00
sternenseemann
a65c4739a3
perlPackages.PerlCriticMoose: init at 1.05
2020-10-15 12:40:43 +02:00
Doron Behar
0826f2efae
Merge pull request #94049 from CajuM/vulkan-up
2020-10-15 09:53:35 +03:00
Dmitry Bogatov
35943384ea
snooze: init at 0.4
2020-10-15 00:00:00 -04:00
Mario Rodas
a5f819d08b
Merge pull request #92387 from marsam/init-tubeup
...
pythonPackages.tubeup: init at 0.0.19
2020-10-14 22:16:24 -05:00
Mario Rodas
d497f8b360
Merge pull request #100453 from berbiche/deprecate-ytop-gotop
...
ytop: remove
2020-10-14 21:14:14 -05:00
Martin Weinelt
873497f94f
linuxPackages_latest: update to linuxPackages_5_9
...
The linux 5.9 package set was introduced in
0a614d2fb5
but the linuxPackages_latest
packageset alias wasn't updated.
2020-10-15 00:33:36 +02:00
Câju Mihai-Drosi
00946dc283
Move glslang and vulkan-validation-layers overrides out of all-packages
2020-10-15 00:54:05 +03:00
Frederik Rietdijk
b3aed163d5
Merge pull request #99709 from NixOS/staging-next
...
Staging next
2020-10-14 21:10:31 +02:00
José Romildo Malaquias
6bae92a3ee
Merge pull request #99980 from romildo/upd.marwaita-ubuntu
...
marwaita-ubuntu: init at 1.5
2020-10-14 14:45:41 -03:00
Anderson Torres
b19efccaf1
Merge pull request #100448 from eraserhd/rep-0.2.0
...
rep: init at 0.2.1
2020-10-14 13:39:36 -03:00
Nicolas Berbiche
258ebb540e
ytop: remove
...
Upstream has archived the repository and recommends bottom
2020-10-14 12:10:30 -04:00
Elis Hirwing
90a7b7672c
Merge pull request #100341 from etu/php-move-extension-derivations-to-separate-dirs
...
php: move extension derivations to separate dirs
2020-10-14 17:46:02 +02:00
José Romildo Malaquias
722a480c88
marwaita-ubuntu: init at 1.5
2020-10-14 10:47:51 -03:00
Anderson Torres
09ccd168f0
Merge pull request #100405 from magnetophon/xtuner
...
xtuner: init at 1.0
2020-10-14 10:11:58 -03:00
Jason Felice
2c9ffab4e2
rep: init at 0.2.1
2020-10-14 08:45:10 -04:00
Rok Garbas
12fc5bc075
Merge pull request #100401 from evax/vuescan
...
vuescan: init at 9.7
2020-10-14 14:15:58 +02:00
Rok Garbas
a740a0bdd1
Merge pull request #100480 from rnhmjoj/trans-remote
...
transmission-remote-cli: remove
2020-10-14 14:09:50 +02:00
Rok Garbas
6e8efe8a11
Merge pull request #100459 from AndersonTorres/unqlite-new
...
unqlite: init at 1.1.9
2020-10-14 14:02:49 +02:00
Thomas Droxler
f37f5381b1
perlPackages.AppMusicChordPro: init at 0.977
2020-10-14 12:22:48 +02:00
Thomas Droxler
f5ac538395
perlPackages.TextLayout: init at 0.019
2020-10-14 12:22:48 +02:00
Thomas Droxler
19935694da
perlPackages.StringInterpolateNamed: init at 1.00
2020-10-14 12:22:48 +02:00
Thomas Droxler
f6037690c1
perlPackages.FileLoadLines: init at 0.02
2020-10-14 12:22:48 +02:00
Thomas Droxler
b77e30043e
perlPackages.AppPackager: init at 1.430.1
2020-10-14 12:22:48 +02:00
Frederik Rietdijk
b981eca057
Merge master into staging-next
2020-10-14 11:32:49 +02:00
Bart Brouns
e37ee61a68
xtuner: init at 1.0
2020-10-14 11:13:56 +02:00
rnhmjoj
b42a421e47
transmission-remote-cli: remove
...
This finally stopped working after transmission upgraded the API
protocol to v3.0.
2020-10-14 09:26:23 +02:00
Vincent Laporte
c0ab50b741
orpie: 1.5.2 → 1.6.1
2020-10-14 07:33:04 +02:00
Vincent Laporte
b3910a583c
ocamlPackages.gsl: init at 1.24.3
2020-10-14 07:33:04 +02:00
Mario Rodas
ab8f1f32f3
resvg: init at 0.11.0
2020-10-14 04:20:00 +00:00
John Ericson
f3db41d730
Merge pull request #99335 from obsidiansystems/make-rust-platform-separate
...
makeRustPlatform: Put back in it's own file.
2020-10-13 22:15:47 -04:00
John Ericson
e54f6b1fde
Merge pull request #99401 from Ericson2314/cmake-optional-openssl
...
cmake: Tighten deps
2020-10-13 22:13:13 -04:00
Austin Butler
c9c4730f11
python3Packages.google-cloud-org-policy: init at 0.1.2
2020-10-13 18:48:52 -07:00
Austin Butler
906d77af8b
python3Packages.google-cloud-access-context-manager: init at 0.1.2
2020-10-13 18:48:52 -07:00
AndersonTorres
87056f5fa1
unqlite: init at 1.1.9
2020-10-13 22:38:27 -03:00
John Ericson
54b4b470c3
makeRustPlatform: Put back in it's own file.
...
We expose it on the top level, but I don't think it makes sense to pull
it from a specific version of the rust tools when it is in fact version
agnostic.
This reverts a tiny portion of 912dca193a
.
2020-10-13 20:05:29 -04:00
John Ericson
e75f863bd4
darwin bootstrapping: Dedup code a bit
2020-10-13 19:26:13 -04:00
Anderson Torres
a9637e5b52
Merge pull request #100357 from AndersonTorres/zegrapher-new
...
zegrapher: init at 3.1.1
2020-10-13 15:14:04 -03:00
Frederik Rietdijk
dc0aeee5db
Merge staging-next into staging
2020-10-13 19:35:37 +02:00
Frederik Rietdijk
9e1943edc0
Merge master into staging-next
2020-10-13 19:34:34 +02:00
Frederik Rietdijk
c5a41da563
kile: use qt 5.14
2020-10-13 19:21:34 +02:00
Jan Tojnar
22ac861c5c
Merge pull request #99992 from jeremyschlatter/pm2
...
pm2: init at 4.5.0
2020-10-13 19:15:17 +02:00
Tim Steinbach
6d174dd5e0
linux: Remove 5.7
...
`nix-shell -p nixpkgs-review --run "nixpkgs-review wip"` does not find any issues
2020-10-13 11:54:28 -04:00
Anderson Torres
1e70a76996
Merge pull request #99412 from 06kellyjac/init_starboard
...
starboard: init at 0.4.0
2020-10-13 12:46:24 -03:00
Ryan Mulligan
9c4fe53222
Merge pull request #86894 from contrun/koreader
...
koreader: init at 2020.09
2020-10-13 08:09:31 -07:00
YI
d4b420a9df
koreader: init at 2020.09
2020-10-13 22:39:08 +08:00
Anderson Torres
f67893d8ac
Merge pull request #99407 from 06kellyjac/init_trivy
...
trivy: init at 0.11.0
2020-10-13 10:40:35 -03:00