Commit graph

264020 commits

Author SHA1 Message Date
Sandro a9bb54359e
Merge pull request #108099 from siraben/double-quotes-fix 2021-01-16 11:27:58 +01:00
Peter Hoeg 249db9f8a7 audacity: 2.4.1 -> 2.4.2
A few other things:
 - prep for transition to gtk3 when audacity recommends it
 - we drop the runtime linking with lame as audacity is picking it up on
   its own
 - on linux, add a number of missing dependencies.
 - use a newer (recommended) wxwidgets
 - add a patch (merged upstream) that makes audacity follow XDG for file locations
2021-01-16 18:27:31 +08:00
Fabian Affolter 1062246907 python3Packages.toonapi: init at 0.2.0 2021-01-16 11:25:37 +01:00
R. RyanTM bb2e0ce97d python37Packages.pybtex-docutils: 0.2.2 -> 1.0.0 2021-01-16 10:20:35 +00:00
Domen Kožar d3afdf90db
Merge pull request #109469 from domenkozar/pkgs.nixos-rebuild
move nixos-rebuild into pkgs
2021-01-16 10:58:17 +01:00
Austin Seipp d18e537613
Merge pull request #109461 from thoughtpolice/nixpkgs/yosys-plugins
yosys: add support for loading plugins, revert symbiflow changes
2021-01-16 03:51:57 -06:00
Robert Schütz 470fc224b7 radicale: 3.0.5 -> 3.0.6 2021-01-16 10:48:32 +01:00
Robert Schütz 8d0cd6112f setzer: 0.3.2 -> 0.3.9 2021-01-16 10:47:15 +01:00
Robert Schütz b7af27e9ea newsboat: 2.21 -> 2.22.1 2021-01-16 10:43:21 +01:00
Daniël de Kok ca85b8bdcb sentencepiece: 0.1.94 -> 0.1.95
Changelog:

https://github.com/google/sentencepiece/releases/tag/v0.1.95
2021-01-16 10:40:57 +01:00
Daniël de Kok 20566f7d63 _1password-gui: 0.9.7 -> 0.9.8
Release notes:

https://releases.1password.com/linux/0.9/#1password-for-linux-0.9.8
2021-01-16 10:36:23 +01:00
R. RyanTM bcdca92787
abcmidi: 2020.11.07 -> 2020.12.10 (#106639) 2021-01-16 09:52:53 +01:00
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
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
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
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)
d81e4d9f66 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
Domen Kožar c32f5b22f1
move nixos-rebuild into pkgs 2021-01-15 20:07:38 +01:00