Commit Graph

261867 Commits

Author SHA1 Message Date
Anderson Torres
0972bbc12d
Merge pull request #108445 from AndersonTorres/updates
Misc updates
2021-01-05 11:54:15 -03:00
AndersonTorres
e8183d4687 magic-vlsi: 8.3.80 -> 8.3.109
Also, add myself to maintainers list.
2021-01-05 10:49:00 -03:00
Kevin Cox
e10ef1faec
Merge pull request #108131 from thiagokokada/opentabletdriver-misc-improvements
opentabletdriver: misc improvements to package/module
2021-01-05 08:20:39 -05:00
AndersonTorres
cd3271e5b9 libstrophe: 0.10.0 -> 0.10.1 2021-01-05 09:47:29 -03:00
Fabian Affolter
c2f1dfa90e python3Packages.webthing: init at 0.15.0 2021-01-05 13:39:45 +01:00
"Andrey Kuznetsov"
67a60d7da2 vimPlugins.nvim-scrollview: init at 2021-01-05 2021-01-05 15:27:16 +03:00
"Andrey Kuznetsov"
d2a2758dd7 vimPlugins.vim-oscyank: init at 2021-01-05 2021-01-05 15:26:50 +03:00
"Andrey Kuznetsov"
4496f9f897 vimPlugins: update 2021-01-05 15:26:20 +03:00
Andrey Kuznetsov
fd6d9bb920
vimPlugins.conjure: set branch to master 2021-01-05 15:25:17 +03:00
Andy Richardson
049311bc4b
vscodium: Fix invalid download URL (404) 2021-01-05 12:20:19 +00:00
Fabian Affolter
77c1a01704 home-assistant: add pyeverlights to component-packages 2021-01-05 13:18:30 +01:00
Fabian Affolter
1e27d0aed3 python3Packages.pyeverlights: init at 0.1.0 2021-01-05 13:17:26 +01:00
AndersonTorres
19cef431e6 icewm: 1.9.2 -> 2.0.0 2021-01-05 08:55:26 -03:00
AndersonTorres
090980e83d qmplay2: 20.07.04 -> 20.12.16 2021-01-05 08:55:26 -03:00
AndersonTorres
ea2d4e5445 pekwm: 0.1.17 -> 0.1.18 2021-01-05 08:55:26 -03:00
AndersonTorres
6af002bdd8 tilda: 1.5.2 -> 1.5.4 2021-01-05 08:55:25 -03:00
AndersonTorres
e2a3c74126 moe: 1.10 -> 1.11 2021-01-05 08:55:25 -03:00
AndersonTorres
77f62f9820 tcsh: 6.22.02 -> 6.22.03 2021-01-05 08:55:24 -03:00
Sandro
0d7ccb7791
Merge pull request #108469 from fabaff/ha-component
home-assistant: add feedparser to component-packages
2021-01-05 12:38:13 +01:00
Fabian Affolter
d32f8a461f home-assistant: add feedparser to component-packages 2021-01-05 12:21:30 +01:00
Pavol Rusnak
586e08cc07 openhmd: 0.3.0-rc1-20181218 -> 0.3.0 2021-01-05 12:10:40 +01:00
Timo Kaufmann
9dd4ddac2f
Merge pull request #108187 from thiagokokada/bump-clojure
clojure: 1.10.1.727 -> 1.10.1.763
2021-01-05 11:18:00 +01:00
Diego Rodriguez
43f84e1d69 minikube: 1.15.1 -> 1.16.0 2021-01-05 19:44:35 +10:00
Alyssa Ross
6c3d21aff9
nixos/getty: rename from services.mingetty
It's been 8.5 years since NixOS used mingetty, but the option was
never renamed (despite the file definining the module being renamed in
9f5051b76c ("Rename mingetty module to agetty")).

I've chosen to rename it to services.getty here, rather than
services.agetty, because getty is implemantation-neutral and also the
name of the unit that is generated.
2021-01-05 09:09:42 +00:00
Robert Hensing
5540dd9b9b
Merge pull request #108416 from srhb/streamlayeredimage-symlinked-storepaths
dockerTools: Fix streamLayeredImage for symlinks
2021-01-05 10:00:28 +01:00
zowoq
517241f354 gdu: 2.0.0 -> 2.1.0
https://github.com/dundee/gdu/releases/tag/v2.1.0
2021-01-05 18:44:43 +10:00
Doron Behar
b6270a2d90 hplip: 3.20.5 -> 3.20.11 2021-01-05 10:23:16 +02:00
sternenseemann
412450dcd7 ocamlPackages.mirage-crypto*: 0.8.7 -> 0.8.8
New package: ocamlPackages.mirage-crypto-rng-async
2021-01-05 08:55:31 +01:00
zowoq
ef5cb37c30 miniserve: 0.10.3 -> 0.10.4
https://github.com/svenstaro/miniserve/releases/tag/v0.10.4
2021-01-05 17:46:36 +10:00
Doron Behar
a334367ecd
Merge pull request #107286 from doronbehar/pkg/octave/sundials 2021-01-05 08:26:19 +02:00
sternenseemann
9a27606ab1 zathura: fix fish completions
The fish completion checks the plugin directory for supported file types
to complete. However the plugin dir checked was the one of the
zathura_core derivation which of course has no plugin dir. We now patch
up the referenced path in the wrapper derivation.
2021-01-05 06:48:51 +01:00
Alyssa Ross
178ec8974f nixos/nginx: allow overriding fastcgi params
By default in Nginx, if you want to override a single fastcgi_param,
you have to override all of them.  This is less of a big deal if
you're editing the Nginx configuration directly, but when you're
generating the Nginx configuration with Nix it can be very annoying to
bloat your configuration repeating the default values of FastCGI
parameters every time.

This patch adds a fastcgiParams option to Nginx locations.  If any
parameters are set through this, all the default values will be
included as well, so only the ones that are changing need to be
supplied.  There's no way to use fastcgiParams to actually override
all parameters if that's what you want, but I think that's a niche use
case and it's still possible using extraConfig, which up until now was
the only option

Nginx allows the fastcgi_param directive in http and server scopes as
well as location, but here I only support location.  It would be
possible to support the others, but I don't think it's worth it.  It
would be a possible future enhancement if somebody has a need for it.
2021-01-05 03:36:18 +00:00
John Ericson
4a6916aba3
Merge pull request #108350 from Ericson2314/no-static-overlay
treewide: Inline more of the static overlay
2021-01-04 22:30:00 -05:00
TredwellGit
730976960a xorg.xf86videonouveau: 1.0.15 -> 1.0.16
https://lists.freedesktop.org/archives/nouveau/2019-January/032053.html
2021-01-05 03:24:56 +00:00
TredwellGit
45c86b688c xorg.xf86videovesa: 2.4.0 -> 2.5.0
https://lists.x.org/archives/xorg-announce/2020-September/003060.html
2021-01-05 03:21:15 +00:00
Ryan Horiguchi
265fd7bce2
teamviewer: fix desktop file 2021-01-05 04:20:47 +01:00
Léo Gaspard
a7331d1403 nixos tests: fix postgresql-wal-receiver 2021-01-05 04:12:53 +01:00
Léo Gaspard
fe8ec6a07f nixos tests: fix postgresql-wal-receiver.nix's eval 2021-01-05 04:05:38 +01:00
R. RyanTM
2833d869d7
terraform-compliance: put double quotes around the homepage URL (#108392) 2021-01-04 18:59:00 -08:00
Badi Abdul-Wahid
8c5feb7a6c
plex: 1.21.1.3795-ee64ab56f -> 1.21.1.3842-b0c7a97d9 2021-01-04 20:40:17 -06:00
Sandro
8f78ad9cf5
Merge pull request #108213 from jmc-figueira/fern.vim 2021-01-05 03:20:28 +01:00
Sandro
51e2708f58
Merge pull request #108372 from fabaff/gdu
gdu: init at 2.0.0
2021-01-05 03:12:00 +01:00
Sandro
34b66c5ff3
Merge pull request #108298 from fabaff/stegseek
stegseek: init at 0.5
2021-01-05 03:09:45 +01:00
Sandro Jäckel
4dc41b920c
vimPlugins.vim-clap: Fix maple hash 2021-01-05 02:30:47 +01:00
João Figueira
c4377a86bd
vimPlugins.fern-vim: init at 2020-12-22 2021-01-05 02:26:50 +01:00
João Figueira
2e42b318bb
vimPlugins: update 2021-01-05 02:26:44 +01:00
Sandro
f53c431645
Merge pull request #108379 from SuperSandro2000/cleanups 2021-01-05 02:19:24 +01:00
S. Nordin Abouzahra
32fefa8fb1 digikam: enable appstyles
Without this digikam forces the fusion style.
2021-01-04 18:58:23 -05:00
Justin Bedo
56dd3fa172
varscan: 2.4.2 -> 2.4.4 2021-01-05 10:55:28 +11:00
bloomvdomino
fbbd054d35 kora-icon-theme: init at 1.3.4 2021-01-05 00:33:46 +01:00