R. RyanTM
6263b39f1b
postgresql11Packages.plpgsql_check: 1.15.2 -> 1.15.3
2021-02-13 07:30:50 +00:00
Mario Rodas
115e9de681
postgresqlPackages.pg_auto_failover: 1.4.1 -> 1.4.2
...
https://github.com/citusdata/pg_auto_failover/releases/tag/v1.4.2
2021-02-04 04:20:00 +00:00
Michael Maclean
519e32d4f4
mysql57: Fix compile on macOS
2021-02-09 17:54:34 +00:00
Fabian Affolter
ca447081a8
patroni: 1.6.5 -> 2.0.1
2021-02-03 10:52:46 -08:00
Sandro
4760649e60
Merge pull request #91155 from qoelet/plr-init-8.4
...
plr: init at 8.4.1
2021-02-03 11:40:40 +01:00
Kenny Shen
87f04c6e54
plr: init at REL8_4_1
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-02-03 11:04:01 +08:00
Izorkin
0607ca0001
mariadb-galera: 26.4.5 -> 26.4.7
2021-02-01 17:50:03 +03:00
Mario Rodas
a34e53796c
Merge pull request #111379 from r-ryantm/auto-update/pgrouting
...
postgresql11Packages.pgrouting: 3.1.2 -> 3.1.3
2021-01-30 22:29:36 -05:00
Mario Rodas
2ed9e1e4ad
Merge pull request #111377 from r-ryantm/auto-update/plpgsql_check
...
postgresql11Packages.plpgsql_check: 1.15.1 -> 1.15.2
2021-01-30 22:06:05 -05:00
Mario Rodas
ada45d2a9b
postgresql11Packages.pgrouting: update license
2021-01-31 01:55:32 +00:00
R. RyanTM
38df477aa7
postgresql11Packages.pgrouting: 3.1.2 -> 3.1.3
2021-01-31 01:55:31 +00:00
R. RyanTM
999612636f
postgresql11Packages.plpgsql_check: 1.15.1 -> 1.15.2
2021-01-31 01:34:04 +00:00
Florian Engel
9e904c74d3
monetdb: 11.39.7 -> 11.39.11
2021-01-29 20:43:56 +01:00
Mario Rodas
2c10838cea
postgresqlPackages.timescaledb: 2.0.0 -> 2.0.1
...
https://github.com/timescale/timescaledb/releases/tag/2.0.1
2021-01-28 04:20:00 +00:00
Mario Rodas
20755fe00f
postgresqlPackages.postgis: 3.1.0 -> 3.1.1
...
https://postgis.net/2021/01/28/postgis-3.1.1/
2021-01-28 04:20:00 +00:00
R. RyanTM
ed6f291779
dolt: 0.22.11 -> 0.22.12
2021-01-29 00:30:18 +00:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed
2021-01-25 18:31:47 +01:00
Ryan Mulligan
b51c9bfb89
Merge pull request #110263 from r-ryantm/auto-update/pg_partman
...
postgresql11Packages.pg_partman: 4.4.0 -> 4.4.1
2021-01-23 16:59:36 -08:00
Ryan Mulligan
35d893da49
Merge pull request #110252 from r-ryantm/auto-update/pgrouting
...
postgresql11Packages.pgrouting: 3.1.1 -> 3.1.2
2021-01-21 06:49:45 -08:00
R. RyanTM
628b9538a4
postgresql11Packages.pg_partman: 4.4.0 -> 4.4.1
2021-01-21 02:06:01 +00:00
R. RyanTM
21afdc1355
postgresql11Packages.pgroonga: 2.2.7 -> 2.2.8
2021-01-21 01:12:41 +00:00
R. RyanTM
d56049ea97
postgresql11Packages.pgrouting: 3.1.1 -> 3.1.2
2021-01-21 00:51:29 +00:00
Jonathan Ringer
9bb3fccb5b
treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
...
continuation of #109595
pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.
python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
R. RyanTM
94bd2938d8
dolt: 0.22.6 -> 0.22.11
2021-01-18 14:47:25 +00:00
Ben Siraphob
872973d7d1
pkgs/servers: stdenv.lib -> lib
2021-01-15 14:24:03 +07: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
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
Tim Otten
0f387ba184
mysql80: Fix additional libtool reference in 8.0.22
2021-01-10 23:51:29 -08: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
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
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
1000101
ff1d77d788
postgresqlPackages.timescaledb: 1.7.4-> 2.0.0
2021-01-08 12:46:44 +01:00
github-actions[bot]
5c072a088d
Merge master into staging-next
2021-01-07 18:40:50 +00:00
Graham Christensen
b63aa4ccb2
Deshaw: create team and reassign limeytexan's maintainership ( #108678 )
...
* team: add deshaw
* maintainership: reassign limeytexan's packages to the deshaw team
2021-01-07 10:44:08 -05:00
Ben Siraphob
3ae5e6ce03
treewide: remove enableParallelBuilding = true if using cmake
2021-01-03 18:37:40 +07:00
Ben Siraphob
b04fc593e7
treewide: cmake buildInputs to nativeBuildInputs, minor cleanups
2021-01-01 11:52:33 +07:00
Mario Rodas
0356399563
postgreslPackages.postgis: 3.0.3 -> 3.1.0
...
https://postgis.net/2020/12/18/postgis-3.1.0/
2020-12-18 04:20:00 +00:00
Mario Rodas
2ca80a9baa
postgresqlPackages.pg_hll: 2.15 -> 2.15.1
2020-12-08 04:20:00 -05:00
Sandro
128eb3f940
Merge pull request #106241 from ocharles/patch-1
...
Remove myself from maintainers sets
2020-12-07 18:34:26 +01:00
Ollie Charles
1675b11cd4
Remove myself from maintainers sets
...
Unfortunately I can't reliably commit time to nixpkgs, so I would like to remove myself from being a formal maintainer for these packages.
2020-12-07 14:30:37 +00:00
R. RyanTM
0306003afe
dolt: 0.22.5 -> 0.22.6
2020-12-07 14:27:40 +00:00
R. RyanTM
6f5dfaacd2
dolt: 0.22.1 -> 0.22.5
2020-12-04 09:42:55 +00:00
Mario Rodas
79b25549cf
postgresqlPackages.pg_auto_failover: 1.4.0 -> 1.4.1
...
https://github.com/citusdata/pg_auto_failover/releases/tag/v1.4.1
2020-12-03 04:20:00 +00:00
Frederik Rietdijk
9a63b3d3d6
Merge pull request #104781 from NixOS/staging-next
...
Staging next
2020-11-30 18:27:29 +01:00