Commit graph

269660 commits

Author SHA1 Message Date
"Andrey Kuznetsov"
7eb82fe3e8 vimPlugins: update 2021-02-11 12:22:11 +00:00
Pavol Rusnak
65aeed59c5
Merge pull request #112757 from prusnak/trezorctl
python3Packages.trezor: export as trezorctl application too
2021-02-11 12:53:43 +01:00
Domen Kožar
576f60806b
Merge pull request #112457 from avh4/elm-format-0.8.5
elm-format: 0.8.4 -> 0.8.5
2021-02-11 11:52:41 +00:00
Domen Kožar
d319653076
Merge pull request #112160 from turboMaCk/elm-packages-updates
elmPackages: updates with node2nix 1.9.0
2021-02-11 11:51:45 +00:00
Francesco Gazzetta
50385ab259 twemoji-color-font: 12.0.1 -> 13.0.1 2021-02-11 12:39:48 +01:00
Francesco Gazzetta
0c5984cf83 twemoji-color-font: use prebuilt from release
Building from sources takes 1.5 hours on hydra for minimal advantages.
Relevant discussion:
https://github.com/NixOS/nixpkgs/issues/97871
2021-02-11 12:39:48 +01:00
R. RyanTM
4c26fe1da6 python37Packages.imutils: 0.5.3 -> 0.5.4 2021-02-11 11:38:57 +00:00
Michael Weiss
d35eb344f8
chromiumBeta: 89.0.4389.40 -> 89.0.4389.47 2021-02-11 12:37:06 +01:00
Michael Weiss
7fdadc140c
fscryptctl: init at 1.0.0 (#112651)
Release notes: https://github.com/google/fscryptctl/releases/tag/v1.0.0

fscryptctl-experimental will remain at version 0.1.0 to ensure a smooth
transition.
2021-02-11 12:36:34 +01:00
Pavol Rusnak
c68ff72627
python3Packages.trezor: export as trezorctl application too 2021-02-11 12:19:58 +01:00
R. RyanTM
10f7dd6ae8 python37Packages.jupyter-repo2docker: 0.11.0 -> 2021.1.0 2021-02-11 11:15:07 +00:00
R. RyanTM
f3d2fb42b8 python37Packages.marshmallow-sqlalchemy: 0.24.1 -> 0.24.2 2021-02-11 11:06:31 +00:00
Daniel Nagy
7c121e60c5
nixos/httpd: fix lua paths
Account for the fact that, when creating a lua package without the
"withPackages" helper, we dont get an extra "lua" attribute in the
package.

Therefore we need to distinguish between the "withPackages" case and the
direct ( or "empty" ) lua package.

For example with this nixos config:

```nix
{
  services.httpd = {
      enable = true;
      package = pkgs.apacheHttpd.override {
        luaSupport = true;
        lua5 = pkgs.lua5_3.withPackages (ps: with ps; [ luafilesystem ] );
      };
    };
}
```

Here we say that we want to have apache to use a lua, packaged with the
`luafilesystem` module so that we can `require` that in scripts to
render http responses. There, the set that gets assigned to `lua5 ` does
not have a `luaversion` attribute, rather it has a `lua` attribute
wherein lies a `luaversion` attribute. If we dont package additional
modules, then we dont have that `lua` attribute in between and rather
directly have to use `luaversion` directly.
2021-02-11 11:56:06 +01:00
R. RyanTM
1571c8c983 python37Packages.msldap: 0.3.24 -> 0.3.25 2021-02-11 10:42:43 +00:00
Mario Rodas
49eab15c54 pgformatter: 4.4 -> 5.0
https://github.com/darold/pgFormatter/releases/tag/v5.0
2021-02-11 05:39:00 -05:00
Jörg Thalheim
3155a9e966
Merge pull request #112520 from avdv/fix-spacefm-crash
spaceFM: Avoid segfault when running under Wayland
2021-02-11 10:27:50 +00:00
R. RyanTM
34d6f130d8 python37Packages.nocasedict: 1.0.1 -> 1.0.2 2021-02-11 10:27:46 +00:00
R. RyanTM
77c7a14b60 python37Packages.josepy: 1.5.0 -> 1.6.0 2021-02-11 10:19:24 +00:00
Jan Tojnar
34e2c2b310 appstream: 0.13.1 -> 0.14.0 2021-02-11 11:03:12 +01:00
Jan Tojnar
4ef8bd3d16 ibus-engines.libpinyin: 1.11.1 -> 1.12.0 2021-02-11 11:02:37 +01:00
Jan Tojnar
8909b5de82 ddccontrol: 0.4.4 -> 0.5.1
desktop file is now upstream
2021-02-11 11:02:00 +01:00
Matt Jibson
0cf1f67aa1 ddccontrol-db: 20180908 -> 20201221 2021-02-11 10:58:22 +01:00
R. RyanTM
25c2bf8cea libwpe: 1.7.1 -> 1.8.0 2021-02-11 10:57:50 +01:00
R. RyanTM
56565e3568 gthumb: 3.10.1 -> 3.10.2 2021-02-11 10:51:13 +01:00
R. RyanTM
ddebd054e3 gnome3.gvfs: 1.46.1 -> 1.46.2 2021-02-11 10:44:56 +01:00
Bernardo Meurer
edefbadf7e
Merge pull request #112728 from taku0/firefox-bin-85.0.2
firefox-bin: 85.0.1 -> 85.0.2
2021-02-11 09:29:08 +00:00
R. RyanTM
e937d5db28 ibus-engines.m17n: 1.4.3 -> 1.4.4 2021-02-11 10:22:37 +01:00
06kellyjac
d4cc1b902a starboard: 0.9.0 -> 0.9.1 2021-02-11 09:17:20 +00:00
R. RyanTM
c81739f1b9 rpm-ostree: 2020.8 -> 2021.1 2021-02-11 10:07:15 +01:00
Austin Seipp
6f23e01b79
Merge pull request #112634 from eduardosm/ghdl
ghdl: unstable-2021.01.14 -> 1.0.0, ghdl-yosys: 2021.01.01 -> 2021.01.25
2021-02-11 02:59:32 -06:00
Austin Seipp
4f6ca4d5a6
Merge pull request #112614 from danderson/danderson/nmigen-update
nmigen: update to current git HEAD
2021-02-11 02:58:16 -06:00
Oleksii Filonenko
a2ef6f2bf3
Merge pull request #112553 from r-ryantm/auto-update/vultr-cli
vultr-cli: 2.0.1 -> 2.2.0
2021-02-11 10:56:38 +02:00
R. RyanTM
3106e35abe suitesparse-graphblas: 3.3.3 -> 4.0.3 2021-02-11 09:55:31 +01:00
R. RyanTM
b033cd4be9 vips: 8.10.2 -> 8.10.5 2021-02-11 09:48:22 +01:00
R. RyanTM
4c04b4cef9 firmware-manager: 0.1.1 -> 0.1.2 2021-02-11 09:40:10 +01:00
adisbladis
4ab0783f7d
Merge pull request #112707 from adisbladis/poetry2nix-1_15_3
poetry2nix: 1.15.2 -> 1.15.3
2021-02-11 09:25:27 +01:00
Philipp Adolf
408ae0b13a lib: fix typo in platforms.nix
In 9c213398b3 kernelPreferBuiltin was
moved/renamed to linux-kernel.preferBuiltin. However, for
armv7l-hf-multiplatform the new option was written with an uppercase P,
which made the kernel build process ignore it.
2021-02-11 08:58:04 +01:00
R. RyanTM
0e7742c5ba jalv: 1.6.4 -> 1.6.6 2021-02-11 08:49:19 +01:00
taku0
3d94e81a16
Merge pull request #96352 from felixscheinost/add_xlsxgrep
xlsxgrep: init at 0.0.23
2021-02-11 16:34:35 +09:00
fricklerhandwerk
283eaaff3e nixos-rebuild: use remote $PATH in buildHostCmd
this fixes the issue when using

    nixos-rebuild switch --target-host <target> --use-remote-sudo

when the local machine does not have anything in `$PATH` that would
resolve to `sudo` on the remote machine.

the single quotes prevent expansion of `$PATH` on the local machine,
such that the remote machine's value of that variable is used.
2021-02-10 23:13:37 -08:00
Jan Tojnar
707bb2712e libmysqlconnectorcpp: 8.0.21 -> 8.0.23
- https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-23.html
- https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-22.html

Binary distribution now ships plug-ins and and users will have to set path to them as if they want to use LDAP since it cannot really be installed to this package (where it will likely look for plug-ins).
2021-02-11 08:01:38 +01:00
Jan Tojnar
6088dcf945
ibus-engines.table: Fix ibus-setup-table
It now requires dbus-python.

Missed this in https://github.com/NixOS/nixpkgs/pull/109973
2021-02-11 08:00:51 +01:00
Elis Hirwing
20c7034ec8
Merge pull request #112691 from r-ryantm/auto-update/php-phpstan
php73Packages.phpstan: 0.12.71 -> 0.12.74
2021-02-11 07:54:50 +01:00
R. RyanTM
19fa94d020 ibus-engines.table: 1.9.25 -> 1.12.3 2021-02-11 07:43:50 +01:00
TredwellGit
a3aae9ce9d inih: r52 -> r53
https://github.com/benhoyt/inih/releases/tag/r53
2021-02-11 06:33:27 +00:00
R. RyanTM
3e286b38d5 python37Packages.google-cloud-iot: 2.0.1 -> 2.0.2 2021-02-11 06:25:14 +00:00
TredwellGit
85dcd16ab2 vlc: replace ffmpeg_3 with ffmpeg 2021-02-11 06:23:06 +00:00
R. RyanTM
b898fe25fd libxls: 1.6.1 -> 1.6.2 2021-02-11 07:07:39 +01:00
R. RyanTM
0188ee34e9 libqalculate: 3.16.0 -> 3.16.1 2021-02-11 07:07:07 +01:00
R. RyanTM
b7910c1d93 liblinphone: 4.4.15 -> 4.4.21 2021-02-11 07:05:23 +01:00