2022-11-22T02:12:44 esptool 3.3.1 -> 3.3.2 https://github.com/espressif/esptool/releases 2022-11-22T02:12:46 attrpath: esptool 2022-11-22T02:12:47 Checking auto update branch... 2022-11-22T02:12:50 [version] 2022-11-22T02:12:50 [version] skipping because derivation has updateScript 2022-11-22T02:12:50 [rustCrateVersion] 2022-11-22T02:12:50 [rustCrateVersion] No cargoSha256 found 2022-11-22T02:12:50 [golangModuleVersion] 2022-11-22T02:12:50 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-22T02:12:50 [updateScript] 2022-11-22T02:12:54 [updateScript] Success 2022-11-22T02:12:54 [updateScript] warning: error: SQLite database '/nix/var/nix/db/db.sqlite' is busy this derivation will be built: /nix/store/4rypk214gfishn1ka6db526js2qwjkk0-packages.json.drv building '/nix/store/4rypk214gfishn1ka6db526js2qwjkk0-packages.json.drv'... Going to be running update for following packages: - esptool-3.3.1 Press Enter key to continue... Running update for: - esptool-3.3.1: UPDATING ... - esptool-3.3.1: DONE. Packages updated! 2022-11-22T02:12:54 2022-11-22T02:12:54 [quotedUrls] 2022-11-22T02:12:54 [quotedUrls] nothing found to replace 2022-11-22T02:12:54 Diff after rewrites: diff --git a/pkgs/tools/misc/esptool/default.nix b/pkgs/tools/misc/esptool/default.nix index e48e0269405..fa6997bce31 100644 --- a/pkgs/tools/misc/esptool/default.nix +++ b/pkgs/tools/misc/esptool/default.nix @@ -2,13 +2,13 @@ python3.pkgs.buildPythonApplication rec { pname = "esptool"; - version = "3.3.1"; + version = "4.3"; src = fetchFromGitHub { owner = "espressif"; repo = "esptool"; - rev = "v${version}"; - hash = "sha256-9WmiLji7Zoad5WIzgkpvkI9t96sfdkCtFh6zqVxF7qo="; + rev = "refs/tags/v${version}"; + hash = "sha256-mzBwBecOotcxZ1xtAewzP8UUjYCkbuX3rx3HHOs9hLM="; }; postPatch = '' 2022-11-22T02:14:32 An auto update branch exists with message `esptool: 3.3.1 -> 4.3`. New version is 4.3. 2022-11-22T02:14:32 An auto update branch exists with an equal or greater version