WORLDofPEACE
57e1a17ad0
Merge pull request #108465 from alyssais/getty
...
nixos/getty: rename from services.mingetty
2021-01-05 10:10:34 -05:00
WORLDofPEACE
cce45c73b9
Merge pull request #108471 from andyrichardson/patch-2
...
vscodium: Fix invalid download URL (404)
2021-01-05 10:05:07 -05:00
Fabian Affolter
441c85b26c
python3Packages.pywizlight: init at 0.4.1
2021-01-05 06:55:40 -08:00
Fabian Affolter
b7b0a1fe77
python3Packages.asyncio-dgram: init at 1.1.1
2021-01-05 06:55:40 -08:00
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
Andy Richardson
049311bc4b
vscodium: Fix invalid download URL (404)
2021-01-05 12:20:19 +00: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
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
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
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
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
AndersonTorres
c1cb63e2ec
ytree: 2.02 -> 2.03
2021-01-04 20:32:02 -03:00
R. RyanTM
a43963db12
python37Packages.flufl_i18n: 3.1.3 -> 3.1.4
2021-01-04 15:19:31 -08:00
Maximilian Bosch
7cd7ff7acb
Merge pull request #108420 from grahamc/aws-nuke
...
aws-nuke: init at 2.14.0
2021-01-04 23:53:52 +01:00
sternenseemann
a080e9b9ff
ocamlPackages.ppx_import: use dependencies as listed in opam file
2021-01-04 22:10:08 +01:00
Sandro
2e8cc1cddd
Merge pull request #108418 from rissson/pkgs-warsow
...
warsow: fix src url
2021-01-04 22:08:29 +01:00
Sandro
91b89bdbdf
Merge pull request #108393 from r-ryantm/auto-update/visidata
...
visidata: 2.1 -> 2.1.1
2021-01-04 22:06:46 +01:00
Sandro
cb54c233ef
Merge pull request #108397 from afreakk/eksctl-v0-35-0
...
eksctl: 0.34.0 -> 0.35.0
2021-01-04 22:06:20 +01:00
Samuel Dionne-Riel
32b542bd48
Merge pull request #108422 from JoeDupuis/update-overmind-2.1.1-to-2.2.0
...
overmind: 2.1.1 -> 2.2.0
2021-01-04 16:00:41 -05:00
Doron Behar
442f1ec54d
sundials: reorder attributes
...
Per
https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/attribute-ordering.md
2021-01-04 23:00:20 +02:00
Doron Behar
12c9f363f4
sundials: Split outputs for examples
2021-01-04 22:59:13 +02:00
Doron Behar
da3f98c5c5
sundials: 5.3.0 -> 5.6.1
...
Update some cmake flags and be more explicit regarding index size.
2021-01-04 22:58:56 +02:00
Sarah Brofeldt
ffe5ff6009
dockerTools: Test buildLayeredImage with symlinks
...
This exercises layer creation in face of store path symlinks, ensuring
they are not dereferenced, which can lead to broken layer tarballs
2021-01-04 21:44:47 +01:00