265508 Commits

Author SHA1 Message Date
Anderson Torres
e79c53a9ea
Merge pull request #109489 from zowoq/ytdl
youtube-dl: 2021.01.08 -> 2021.01.16
2021-01-16 02:25:31 -03:00
R. RyanTM
0964932a14 python37Packages.google-cloud-spanner: 2.1.0 -> 3.0.0 2021-01-16 05:22:46 +00:00
Poscat
e5d652a32d
fcitx5-table-other: 5.0.1 -> 5.0.2 2021-01-16 13:16:40 +08:00
Poscat
b46049c09a
fcitx5-table-extra: 5.0.1 -> 5.0.2 2021-01-16 13:16:39 +08:00
Poscat
f0766ab3ae
fcitx5-chinese-addons: 5.0.2 -> 5.0.3 2021-01-16 13:16:38 +08:00
Poscat
1d89ec0c2c
fcitx5-rime: 5.0.2 -> 5.0.3 2021-01-16 13:16:37 +08:00
Poscat
c2de5a5f61
fcitx5-lua: 5.0.1 -> 5.0.2 2021-01-16 13:16:36 +08:00
Poscat
eb6007055d
fcitx5-configtool: 5.0.1 -> 5.0.2 2021-01-16 13:16:33 +08:00
Poscat
937ea70a98
libsForQt5.fcitx5-qt: 5.0.1 -> 5.0.2 2021-01-16 13:16:20 +08:00
Poscat
15f2be29d6
fcitx5-gtk: 5.0.1 -> 5.0.3 2021-01-16 13:16:09 +08:00
Ben Siraphob
8dd78bb4fb treewide: fix double quoted strings in meta.description 2021-01-16 11:29:30 +07:00
Ivan Petkov
e2fa74dc68
nixos/zfs: make zpool-trim timer persistent
If the machine is powered off when the zpool-trim timer is supposed to
trigger (usually around midnight) then the timer will be skipped
outright in favor of the next instance.

For desktop systems which are usually powered off at this time, zpool
trimming will never be run which can degrade SSD performance.

By marking the timer as `Persistent = yes` we ensure that it will run at
the first possible opportunity after the trigger date is reached.
2021-01-15 20:23:16 -08:00
Mario Rodas
568424435a peco: 0.5.3 -> 0.5.8 2021-01-16 04:20:00 +00:00
Mario Rodas
4c84d1bce4 tiny: 0.7.0 -> 0.8.0
https://github.com/osa1/tiny/releases/tag/v0.8.0
2021-01-16 04:20:00 +00:00
Poscat
c0e0b52174
fcitx5: 5.0.3 -> 5.0.4 2021-01-16 12:02:54 +08:00
Poscat
a111fe00b9
xcb-imdkit: 1.0.1 -> 1.0.2 2021-01-16 12:02:53 +08:00
Poscat
63e22d6af0
libime: 1.0.2 -> 1.0.3 2021-01-16 12:02:52 +08:00
Poscat
13f5c8013f
Add an update script for fcitx packages 2021-01-16 12:02:43 +08:00
yangm2
c7ebdc8123
verilator: 4.100 -> 4.108
Co-authored-by: Austin Seipp <aseipp@pobox.com>
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2021-01-15 21:10:37 -06:00
Martin Weinelt
199c002700
Merge pull request #109463 from mweinelt/home-assistant
home-assistant: 2021.1.2 -> 2021.1.3
2021-01-16 04:05:55 +01:00
zowoq
11434e2040 youtube-dl: 2021.01.08 -> 2021.01.16
https://github.com/ytdl-org/youtube-dl/releases/tag/2021.01.16
2021-01-16 12:56:23 +10:00
github-actions[bot]
2cff4ff45c
Merge master into staging-next 2021-01-16 01:17:48 +00:00
R. RyanTM
5edf616f33 python37Packages.ipyvue: 1.4.1 -> 1.5.0 2021-01-16 01:10:22 +00:00
WilliButz
a646165d0c
hedgedoc: 1.7.1 -> 1.7.2, fixes CVE-2021-21259
https://github.com/hedgedoc/hedgedoc/releases/tag/1.7.2

CVE-2021-21259:
https://github.com/hedgedoc/hedgedoc/security/advisories/GHSA-44w9-vm8p-3cxw
2021-01-16 00:44:29 +01:00
Bruno Bigras
eb5ef673a5 mtail: 3.0.0-rc38 -> 3.0.0-rc41 2021-01-15 17:48:38 -05:00
Sandro
b3616bd964
Merge pull request #109472 from astro/netgear
ngadmin: init at unstable
2021-01-15 23:18:51 +01:00
Austin Seipp
9a951db846
yosys: some more small fixes from review feedback
Fixes up the usage of patches/postInstall. Also removes `stdenv.lib` and
other minor tweaks.

Based on feedback from Sandro and Mihai.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2021-01-15 16:09:51 -06:00
Austin Seipp
365ef90263
yosys: cherry-pick some minor fixes (cf d81e4d9f6)
d81e4d9f66e0d1a1a6d contained some minor fixes to the yosys derivation
that make it a little easier to read and maintain. Incorporate those.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2021-01-15 16:09:50 -06:00
Austin Seipp
ec1830e696
init: experimental yosys-{bluespec, ghdl} plugins
These plugins can be included in a closure, along with the `yosys`
derivation, and they will be automatically picked up for use. For
example, this allows you to include 'yosys-bluespec' in your
`buildInputs`, and then immediately run:

    $ nix-shell -p yosys yosys-bluespec yosys-ghdl
    $ yosys -m bluespec -p 'help read_bluespec'
    $ yosys -m ghdl -p 'help ghdl'

These two plugins are a bit experimental, admittedly, but they are good,
clean examples of how to write and use the yosys plugin infrastructure,
and make it easy to test updates, etc.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2021-01-15 16:09:50 -06:00
R. RyanTM
8a31d1505f python37Packages.flake8-blind-except: 0.1.1 -> 0.2.0 2021-01-15 13:32:54 -08:00
Fabian Affolter
36373dd55b python3Packages.cbor2: switch to pytestCheckHook 2021-01-15 13:25:44 -08:00
Astro
910b4128f0 ngadmin: init at unstable-2017-11-17 2021-01-15 22:16:26 +01:00
Peter Simons
8e4690c0ca
Merge pull request #109011 from NixOS/haskell-updates
Update Haskell package set to Stackage Nightly 2021-01-11 (plus other fixes)
2021-01-15 21:17:14 +01:00
Jonathan Ringer
c6d63a4f6f
python3Packages.snowflake-connector-python: 2.3.6 -> 2.3.8 2021-01-15 12:16:15 -08:00
Jonathan Ringer
e52db0f0ca
python3Packages.uamqp: 1.2.12 -> 1.2.13 2021-01-15 12:11:47 -08:00
Jonathan Ringer
f139b30faf
python3Packages.azure-servicebus: fix input attr 2021-01-15 11:56:35 -08:00
Jonathan Ringer
544c56ac36
python3Packages.azure-storage-file-share: 12.3.0 -> 12.4.0 2021-01-15 11:55:31 -08:00
Jonathan Ringer
b077ad30cc
python3Packages.azure-storage-blob: 12.6.0 -> 12.7.0 2021-01-15 11:55:31 -08:00
Jonathan Ringer
94119fbd1a
python3Packages.azure-servicebus: 7.0.0 -> 7.0.1 2021-01-15 11:55:31 -08:00
Jonathan Ringer
01a1d76fb1
python3Packages.azure-mgmt-monitor: 1.0.1 -> 2.0.0 2021-01-15 11:55:31 -08:00
Jonathan Ringer
34acba7a53
python3Packages.azure-mgmt-loganalytics: 7.0.0 -> 8.0.0 2021-01-15 11:55:31 -08:00
Peter Simons
5b220ae92d haskell-http-client-restricted: jailbreak to fix the build with older versions of http-client 2021-01-15 20:47:46 +01:00
Peter Simons
6c3e331e1c haskell-lukko: jailbreak to fix the build with the latest version of tasty 2021-01-15 20:42:18 +01:00
(cdep)illabout
48278265c7 haskellPackages.servant: stop building documentation 2021-01-15 20:35:11 +01:00
Malte Brandy
a12136e3ce
haskellPackages.reflex: Fix build 2021-01-15 20:33:45 +01:00
Peter Simons
915ef2102d hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.6 from Hackage revision
dd69eff0a7.
2021-01-15 20:30:55 +01:00
Peter Simons
589ce02f47 hackage2nix: update list of broken packages to fix evaluation 2021-01-15 20:28:16 +01:00
Peter Simons
8084a9137b haskell-http-client: update overrides for the latest version 2021-01-15 20:28:15 +01:00
zowoq
10ffd6916e buildah: 1.19.1 -> 1.19.2
https://github.com/containers/buildah/releases/tag/v1.19.2
2021-01-16 05:24:03 +10:00
Malte Brandy
c8e886e4a5
haskellPackages.haskell-language-server: Fix build 2021-01-15 20:10:01 +01:00