Sandro
90b1dbeb09
Merge pull request #109012 from fabaff/pypck
2021-01-12 23:32:58 +01:00
Fabian Affolter
f7cecfdb0d
home-assistant: update component-packages
2021-01-12 10:12:24 -08:00
Izorkin
856a8b6ab5
mariadb: disable build S3 plugin on Darwin
2021-01-12 17:22:54 +03:00
Izorkin
91e580397e
mariadb: 10.4.15 -> 10.5.8
2021-01-12 17:22:54 +03:00
Izorkin
d688f790dd
mariadb: drop build server with tokudb storage
2021-01-12 17:22:47 +03:00
Benjamin Hipple
1e678a98d5
Merge pull request #109006 from totten/master-mysql-8022
...
mysql80: 8.0.17 -> 8.0.22
2021-01-11 21:51:01 -05:00
Fabian Affolter
57292d75cf
home-assistant: update component-packages
2021-01-11 17:41:59 -08:00
Sandro
0a680e382c
Merge pull request #108808 from Emantor/bump/gensio_sern2et
2021-01-12 01:46:17 +01:00
Fabian Affolter
461c9adaa6
home-assistant: update component-packages
2021-01-11 23:20:17 +01:00
Sandro
6bfbb2ddd8
Merge pull request #108998 from mweinelt/pinnwand
2021-01-11 22:57:42 +01:00
Martin Weinelt
2085146f4d
Merge pull request #108982 from mweinelt/home-assistant
...
home-assistant: 2021.1.0 -> 2021.1.1
2021-01-11 18:58:47 +01:00
Michele Guerini Rocco
b1fb65a741
Merge pull request #101849 from rnhmjoj/searx
...
nixos/searx: declarative configuration
2021-01-11 18:17:10 +01:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Martin Weinelt
00ea65155e
steck: 0.6.0 -> 0.7.0
2021-01-11 10:33:03 +01:00
Martin Weinelt
a2e741bd38
pinnwand: 1.2.2 -> 1.2.3
2021-01-11 10:33:03 +01:00
Tim Otten
0f387ba184
mysql80: Fix additional libtool reference in 8.0.22
2021-01-10 23:51:29 -08:00
rnhmjoj
2a458003d9
searx: add NixOS test to passthu.tests
2021-01-11 08:41:16 +01:00
rnhmjoj
92d55d57eb
searx: make package friendly towards nginx/uWSGI
...
- Link the /static directory to make it easier to serve
- Export searx module for use in uWSGI (just import the module)
2021-01-11 08:41:15 +01:00
Tim Otten
1dc5b4612f
mysql80: 8.0.21 -> 8.0.22
2021-01-10 22:50:34 -08:00
Alyssa Ross
4d5d04a238
mysql80: 8.0.17 -> 8.0.21
...
Hopefully substituteInPlace will be less brittle than the patch.
2021-01-10 22:48:02 -08:00
Rouven Czerwinski
2faf844d83
ser2net: 4.2.1 -> 4.3.0
...
Version bump, organize inputs and add passthru.updateScript.
2021-01-11 06:08:34 +01:00
github-actions[bot]
36bab113bf
Merge master into staging-next
2021-01-11 01:02:21 +00:00
Sandro
08943980b6
Merge pull request #108673 from fabaff/aioguardian
2021-01-11 01:36:14 +01:00
Martin Weinelt
28991cd201
home-assistant: 2021.1.0 -> 2021.1.1
2021-01-11 00:11:37 +01:00
Martin Weinelt
59e7ff0a79
Merge pull request #108985 from fabaff/teslajsonpy
...
python3Packages.teslajsonpy: init at 0.10.4
2021-01-11 00:04:25 +01:00
Martin Weinelt
719db5fde0
Merge pull request #108680 from fabaff/pyiqvia
...
python3Packages.pyiqvia: init 0.3.1
2021-01-10 23:47:30 +01:00
Fabian Affolter
c7bd6f6d85
home-assistant: update component-packages
2021-01-10 23:27:25 +01:00
Jan Tojnar
dd72357155
Merge branch 'master' into staging-next
2021-01-10 23:24:33 +01:00
Guillaume Girol
0fbc0976db
Merge pull request #106082 from rnhmjoj/uwsgi
...
nixos/uwsgi: run with capabilities instead of root
2021-01-10 21:51:37 +00:00
Dominik Xaver Hörl
25bef2d8f9
treewide: simplify pkgs.stdenv.lib -> pkgs.lib
...
The library does not depend on stdenv, that `stdenv` exposes `lib` is
an artifact of the ancient origins of nixpkgs.
2021-01-10 20:12:06 +01:00
github-actions[bot]
76394e4624
Merge master into staging-next
2021-01-10 18:41:43 +00:00
Profpatsch
66c01cf6f1
x11/xorg: run generator to apply change to stdenv.lib -> lib
2021-01-10 17:45:48 +01:00
Profpatsch
8ec2c88110
x11/xorg: stdenv.lib -> lib in meta generator
...
The library does not depend on stdenv, that stdenv exposes lib is
an artifact of the ancient origins of nixpkgs.
I didn’t run the generator since it takes quite a while, but it should
be automatically done the next time somebody updates a package.
2021-01-10 17:45:48 +01:00
Frederik Rietdijk
0c42bb5027
Merge master into staging-next
2021-01-10 15:50:49 +01:00
Sandro
f3c1e795bb
Merge pull request #107860 from thatsmydoing/redis-tls
2021-01-10 14:45:50 +01:00
Maximilian Bosch
f67a67a83d
prometheus-wireguard-exporter: 3.3.0 -> 3.4.2
2021-01-10 14:16:09 +01:00
Timothy Stott
db3b9282ba
telegraf: add timstott as maintainer
2021-01-10 10:15:49 +00:00
Timothy Stott
f09a54a23f
telegraf: 1.16.3 -> 1.17.0
2021-01-10 10:15:49 +00:00
Sandro
9f3aa1bb43
Merge pull request #108883 from fabaff/pytile
2021-01-10 08:08:54 +01:00
github-actions[bot]
add2d89082
Merge master into staging-next
2021-01-10 06:32:12 +00:00
Sandro
c42a4f0cf0
Merge pull request #108712 from fabaff/airly
2021-01-10 02:28:09 +01:00
github-actions[bot]
433c7b069c
Merge master into staging-next
2021-01-10 01:03:35 +00:00
Léo Gaspard
94793d3fab
postgresql: add passthru.tests ( #108449 )
2021-01-10 00:52:23 +01:00
Fabian Affolter
bd6bbfab13
home-assistant: update component-packages
2021-01-09 21:02:30 +01:00
Aaron Andersen
4b0a2ac72c
Merge pull request #99559 from JamieMagee/nzbhydra2
...
nzbhydra2: init at 3.8.0
2021-01-09 14:23:30 -05:00
github-actions[bot]
e251591528
Merge master into staging-next
2021-01-09 01:00:25 +00:00
Raimon Grau
41212ff654
metabase: 0.37.4 -> 0.37.5
2021-01-08 18:59:09 +00:00
github-actions[bot]
f89e74dbcc
Merge master into staging-next
2021-01-08 18:37:56 +00:00
Mario Rodas
40842049e8
Merge pull request #108784 from 1000101/tsdb
...
postgresqlPackages.timescaledb: 1.7.4 -> 2.0.0
2021-01-08 12:48:51 -05:00
github-actions[bot]
ecebf82121
Merge master into staging-next
2021-01-08 12:29:36 +00:00