Commit graph

15 commits

Author SHA1 Message Date
Fabian Affolter 3ac0f867c2 esptool: 3.0 -> 3.1 2021-07-09 19:20:34 +02:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +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
Yorick van Pelt 9a9ad8c78b
esptool: 2.7 -> 3.0, fix #82965 2020-12-22 11:46:37 +01:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM a9b4927dce esptool: 2.6 -> 2.7
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/esptool/versions
2019-07-19 02:55:04 -07:00
Robert Schütz 43d4f07bf1 esptool: 2.5.1 -> 2.6 2019-01-09 15:00:14 +01:00
Robert Schütz 5ef745b983 esptool: 2.5.0 -> 2.5.1 2018-10-17 17:48:56 +02:00
Robert Schütz 2391d1dbf3 esptool: 2.4.1 -> 2.5.0 (#43663) 2018-07-18 01:16:57 +02:00
Robert Schütz 63d82f3a19 esptool: 2.3.1 -> 2.4.1 (#42632) 2018-06-27 15:46:01 +02:00
Robert Schütz 51f6a94675 esptool: add dotlambda as maintainer 2018-03-01 14:43:12 +01:00
Robert Schütz a69dd6d03f esptool: 2.1 -> 2.3.1 2018-03-01 14:43:12 +01:00
Tuomas Tynkkynen 2c2cd34b54 esptool: Fix tests in sandbox
It actually requires flake8-future-import but manages to download it
from the Internet when run outside the sandbox.
2017-09-20 17:55:31 +03:00
Robert Schütz 7f89abd820 esptool: 1.3 -> 2.1 2017-09-19 00:22:29 +03:00
Tuomas Tynkkynen e6cb889faa esptool: init at 1.4 2017-05-24 02:47:46 +03:00