Commit graph

8 commits

Author SHA1 Message Date
Jan Tojnar 73125cd7ce
adminer: 4.8.0 → 4.8.1
https://php.vrana.cz/adminer-4-8-1.php
2021-05-14 12:14:08 +02:00
R. RyanTM 987955680f adminer: 4.7.9 -> 4.8.0 2021-02-11 17:55:53 +01:00
R. RyanTM 0af36cd924 adminer: 4.7.8 -> 4.7.9 2021-02-09 15:02:48 +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
Jan Tojnar 3af8f7c03c
adminer: Clean up
- Drop unused arguments.
- Do not use both php and phpPackages since those can have different PHP versions.
- Do not use with statement just for a single composer package.
- Add phase hooks so that one can easily customize the derivation.
- Clarify license to gpl-2.0-only.
- Add jtojnar to maintainers.
2021-01-02 16:35:02 +01:00
R. RyanTM 536d9b90bc adminer: 4.7.7 -> 4.7.8 2020-12-07 10:50:10 +00:00
R. RyanTM 1fc8b73b34 adminer: 4.7.6 -> 4.7.7 2020-05-17 00:34:04 +00:00
Stephane Schitter 950cde99c1 adminer: init at 4.7.6 2020-03-04 22:07:18 +01:00