Ben Siraphob
|
872973d7d1
|
pkgs/servers: stdenv.lib -> lib
|
2021-01-15 14:24:03 +07: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 |
|
1000101
|
ff1d77d788
|
postgresqlPackages.timescaledb: 1.7.4-> 2.0.0
|
2021-01-08 12:46:44 +01: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 |
|
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 |
|
Mario Rodas
|
d28f3cacde
|
postgresqlPackages.plpgsql_check: 1.13.1 -> 1.15.1
|
2020-11-25 04:20:00 +00:00 |
|
Mario Rodas
|
736db6273b
|
postgresqlPackages.pg_topn: 2.3.0 -> 2.3.1
|
2020-11-27 04:20:00 +00:00 |
|
Mario Rodas
|
587ef34841
|
postgresqlPackages.pg_hll: 2.14 -> 2.15
|
2020-11-26 04:20:00 +00:00 |
|
Mario Rodas
|
0ee380ca93
|
Merge pull request #104546 from marsam/update-pgrouting
postgresqlPackages.pgrouting: 3.1.0 -> 3.1.1
|
2020-11-23 07:15:46 -05:00 |
|
Mario Rodas
|
0dd8d4d878
|
postgresqlPackages.pgrouting: 3.1.0 -> 3.1.1
https://github.com/pgRouting/pgrouting/releases/tag/v3.1.1
|
2020-11-21 04:20:00 +00:00 |
|
Mario Rodas
|
2a23c7cfd5
|
postgresqlPackages.postgis: add passthru.tests
|
2020-11-21 04:20:00 +00:00 |
|
Mario Rodas
|
45ab7143b0
|
postgresqlPackages.postgis: 3.0.2 -> 3.0.3
|
2020-11-21 04:20:00 +00:00 |
|
R. RyanTM
|
48a3cdb957
|
postgresql11Packages.pgroonga: 2.2.6 -> 2.2.7
|
2020-11-19 21:44:56 +00:00 |
|
Ivan Kozik
|
5074b8e473
|
postgresqlPackages.periods: 1.1 -> 1.2
|
2020-10-27 21:07:29 +00:00 |
|
Ben Siraphob
|
db74029e3e
|
treewide: remove package names from prefix of descriptions
|
2020-10-27 09:15:07 -07:00 |
|
Mario Rodas
|
4468ccc32e
|
postgresqlPackages.pg_cron: 1.2.0 -> 1.3.0
https://github.com/citusdata/pg_cron/releases/tag/v1.3.0
|
2020-10-06 18:00:00 -05:00 |
|
Mario Rodas
|
b01133858d
|
postgresqlPackages.pg_repack: 1.4.5 -> 1.4.6
|
2020-10-01 04:20:00 +00:00 |
|
Mario Rodas
|
90911d7834
|
postgresqlPackages.tds_fdw: 2.0.1 -> 2.0.2
https://github.com/tds-fdw/tds_fdw/releases/tag/v2.0.2
|
2020-09-27 04:20:00 +00:00 |
|
Mario Rodas
|
8e4616ce89
|
postgresqlPackages.pg_auto_failover: 1.3 -> 1.4.0
https://github.com/citusdata/pg_auto_failover/releases/tag/v1.4.0
|
2020-09-23 06:42:00 -05:00 |
|
Mario Rodas
|
234c6e8a89
|
postgresqlPackages.timescaledb: 1.7.3 -> 1.7.4
|
2020-09-08 08:40:00 -05:00 |
|
Daniël de Kok
|
09d1aa9622
|
Merge pull request #96025 from danieldk/age-0.2.0
postgresqlPackages.age: init at 0.2.0
|
2020-09-01 08:53:40 +02:00 |
|
Mario Rodas
|
8f9cbeeae7
|
postgresqlPackages.timescaledb: 1.7.2 -> 1.7.3
https://github.com/timescale/timescaledb/releases/tag/1.7.3
|
2020-08-27 18:35:47 -05:00 |
|
R. RyanTM
|
8c86aafbfe
|
postgresql11Packages.pgrouting: 3.0.2 -> 3.1.0
|
2020-08-27 05:03:35 +00:00 |
|
Daniël de Kok
|
58ba6ca2fe
|
postgresqlPackages.age: init at 0.2.0
Apache AGE is an extension of PostgreSQL that provides an
implementation of the openCypher query language.
|
2020-08-22 20:16:30 +02:00 |
|
Mario Rodas
|
2021a4b870
|
postgresqlPackages.plpgsql_check: init at 1.13.1
|
2020-08-17 04:20:00 -05:00 |
|
Mario Rodas
|
725c154369
|
Merge pull request #95548 from marsam/update-postgresqlPackages.plv8
postgresqlPackages.plv8: 2.3.14 -> 2.3.15
|
2020-08-16 20:12:23 -05:00 |
|
Mario Rodas
|
8404fd0aff
|
postgresqlPackages.postgis: 3.0.1 -> 3.0.2
|
2020-08-15 16:20:00 -05:00 |
|
Mario Rodas
|
e54722a041
|
Merge pull request #94832 from r-ryantm/auto-update/pgrouting
postgresql11Packages.pgrouting: 3.0.1 -> 3.0.2
|
2020-08-06 22:04:36 -05:00 |
|
R. RyanTM
|
846baaa1cd
|
postgresql11Packages.pgrouting: 3.0.1 -> 3.0.2
|
2020-08-07 01:28:10 +00:00 |
|
Mario Rodas
|
504ec2573e
|
postgresqlPackages.smlar: init at 2020-04-08
|
2020-07-28 00:00:00 -05:00 |
|
Mario Rodas
|
ff9b35f4bc
|
postgresqlPackages.plv8: 2.3.14 -> 2.3.15
|
2020-07-15 00:00:00 +00:00 |
|
Ryan Mulligan
|
fb3fd9762f
|
Merge pull request #92826 from r-ryantm/auto-update/pgrouting
postgresql11Packages.pgrouting: 3.0.0 -> 3.0.1
|
2020-07-10 11:48:36 -07:00 |
|
R. RyanTM
|
1441467015
|
postgresql11Packages.pgrouting: 3.0.0 -> 3.0.1
|
2020-07-10 05:59:20 +00:00 |
|
Mario Rodas
|
86f70c06d8
|
Merge pull request #92731 from r-ryantm/auto-update/timescaledb
postgresql11Packages.timescaledb: 1.7.1 -> 1.7.2
|
2020-07-08 18:50:05 -05:00 |
|
R. RyanTM
|
70d5bfb126
|
postgresql11Packages.timescaledb: 1.7.1 -> 1.7.2
|
2020-07-08 17:12:26 +00:00 |
|
Mario Rodas
|
d2afe945d8
|
Merge pull request #92394 from r-ryantm/auto-update/pgroonga
postgresql11Packages.pgroonga: 2.2.5 -> 2.2.6
|
2020-07-06 07:56:04 -05:00 |
|
R. RyanTM
|
a659d69a82
|
postgresql11Packages.pgroonga: 2.2.5 -> 2.2.6
|
2020-07-06 03:03:39 +00:00 |
|
OmnipotentEntity
|
14ee9eba43
|
postgresqlPackages.repmgr 5.0.0 -> 5.1.0 (#92362)
|
2020-07-05 20:25:24 +00:00 |
|
Renzo Carbonara
|
b4e428ecd0
|
pg_ed25519: init at 0.2
PostgreSQL extension for signing and verifying ed25519 signatures.
|
2020-06-16 10:17:42 -05:00 |
|
Daiderd Jordan
|
b7ddbd52bd
|
treewide: replace SRI hashes
|
2020-06-01 15:24:19 +02:00 |
|
Mario Rodas
|
c167ec8159
|
Merge pull request #88654 from r-ryantm/auto-update/pgrouting
postgresql11Packages.pgrouting: 2.6.3 -> 3.0.0
|
2020-05-23 08:51:41 -05:00 |
|
Mario Rodas
|
6fcae88f9a
|
postgresqlPackages.pgrouting: remove unneeded dependencies
These dependencies were removed in https://github.com/pgRouting/pgrouting/pull/1188
|
2020-05-23 04:20:00 -05:00 |
|
R. RyanTM
|
3623ea3ff6
|
postgresql11Packages.pg_partman: 4.3.1 -> 4.4.0
|
2020-05-23 05:33:24 +00:00 |
|
R. RyanTM
|
6aefe6c171
|
postgresql11Packages.pgrouting: 2.6.3 -> 3.0.0
|
2020-05-23 05:03:07 +00:00 |
|
Mario Rodas
|
3859ef98f7
|
postgresqlPackages.timescaledb: 1.7.0 -> 1.7.1
Changelog: https://github.com/timescale/timescaledb/releases/tag/1.7.1
|
2020-05-18 18:06:40 -07:00 |
|
Mario Rodas
|
897c450cc5
|
Merge pull request #87092 from r-ryantm/auto-update/pg_partman
postgresql11Packages.pg_partman: 4.3.0 -> 4.3.1
|
2020-05-07 06:46:46 -05:00 |
|
R. RyanTM
|
75503db6f3
|
postgresql11Packages.pg_partman: 4.3.0 -> 4.3.1
|
2020-05-06 12:54:01 +00:00 |
|
Mario Rodas
|
53dd3921cd
|
postgresqlPackages.pg_auto_failover: 1.2 -> 1.3
Changelog: https://github.com/citusdata/pg_auto_failover/releases/tag/v1.3
|
2020-05-05 04:20:00 -05:00 |
|
Mario Rodas
|
35eac7e51e
|
postgresqlPackages.timescaledb: 1.6.1 -> 1.7.0
Changelog: https://github.com/timescale/timescaledb/releases/tag/1.7.0
|
2020-04-16 04:20:00 -05:00 |
|