R. RyanTM
|
3ef8953a37
|
openbazaar-client: 2.4.9 -> 2.4.10
|
2021-01-22 18:14:04 +00:00 |
|
Ben Siraphob
|
108bdac3d9
|
pkgs/applications: 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 |
|
R. RyanTM
|
2f0b8ff412
|
openbazaar-client: 2.4.8 -> 2.4.9
|
2020-12-08 02:06:16 +00:00 |
|
R. RyanTM
|
9c4bd3127f
|
openbazaar-client: 2.4.7 -> 2.4.8
|
2020-09-26 06:53:25 +00:00 |
|
R. RyanTM
|
a39ce60e0d
|
openbazaar-client: 2.4.6 -> 2.4.7
|
2020-08-02 08:16:53 +00:00 |
|
Pavol Rusnak
|
4d6411288c
|
electron: point electron alias to the latest stable version
+ require explicit version of electron in packages
|
2020-07-20 17:58:55 +02:00 |
|
R. RyanTM
|
e81ae33880
|
openbazaar-client: 2.4.5 -> 2.4.6
|
2020-07-08 11:41:49 +00:00 |
|
Pavol Rusnak
|
2fd6a4811a
|
openbazaar: 0.14.2 -> 0.14.3
|
2020-06-07 16:04:23 +02:00 |
|
R. RyanTM
|
c4833fe8d8
|
openbazaar-client: 2.4.4 -> 2.4.5
|
2020-06-06 14:33:26 +00:00 |
|
Pavol Rusnak
|
47df73b221
|
openbazaar-client: init at 2.4.4
|
2020-05-10 23:32:59 +02:00 |
|
Pavol Rusnak
|
731cbde2c0
|
openbazaar: init at 0.14.2
|
2020-05-10 23:32:58 +02:00 |
|