Commit graph

29 commits

Author SHA1 Message Date
arcnmx 0a7a068d49 esptool: set meta.mainProgram 2023-05-22 10:47:32 -07:00
Atemu 262ee41eff esptool_3: enable on Darwin
Flashed an esp32 with it via esphome
2023-05-21 11:33:05 +02:00
Robert Schütz 0ff1b6ed70 esptool: 4.5 -> 4.5.1
Diff: https://github.com/espressif/esptool/compare/v4.5...v4.5.1

Changelog: https://github.com/espressif/esptool/releases/tag/v4.5.1
2023-03-03 16:08:15 -08:00
Sam Willcocks 0501c3cf77 esptool: enable on darwin 2023-03-01 17:06:46 +00:00
Robert Schütz 030ed6aadb esptool: 4.4 -> 4.5
Diff: https://github.com/espressif/esptool/compare/v4.4...v4.5

Changelog: https://github.com/espressif/esptool/releases/tag/v4.5
2023-02-21 07:40:23 -08:00
Guillaume Girol 33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Theodore Ni 99d6867ce8 esptool: compatibility with bitstring 4 2022-12-11 13:26:22 -08:00
Theodore Ni f963d5e2d2 esptool_3: compatibility with bitstring 4 2022-12-11 13:26:22 -08:00
Robert Schütz df6b943ad0 esptool_3: init at 3.3.2 2022-11-27 14:35:11 -08:00
Robert Schütz 4884ac1308 esptool: 3.3.1 -> 4.4 2022-11-27 12:23:05 -08:00
Yorick van Pelt 0924b1863c
picoscope, openrazer, it87, esptool: move maintainership to LumiGuide
I no longer work there, but I inherited a few package maintainerships.
2022-05-24 12:16:25 +02:00
Robert Schütz 70030a7ff3 esptool: 3.3 -> 3.3.1
https://github.com/espressif/esptool/releases/tag/v3.3.1
2022-05-12 09:27:21 +00:00
R. Ryantm 22102e52e2 esptool: 3.2 -> 3.3 2022-03-24 12:41:30 +00:00
R. Ryantm 9255934845 esptool: 3.1 -> 3.2 2021-10-27 09:01:21 +00:00
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