about summary refs log tree commit diff
path: root/pkgs/tools/misc/esptool
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-03-24 12:41:30 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-03-24 12:41:30 +0000
commit22102e52e2a72584dd18b1a9428f4cf8157be6f5 (patch)
treea390e51c5746e147d062aca2568a5d9517743a0e /pkgs/tools/misc/esptool
parent30d2d4a499f904e8966eaeaf6a2867765efe1f6d (diff)
esptool: 3.2 -> 3.3
Diffstat (limited to 'pkgs/tools/misc/esptool')
-rw-r--r--pkgs/tools/misc/esptool/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/esptool/default.nix b/pkgs/tools/misc/esptool/default.nix
index 5a543c6e2ad52..e1ec37063deaf 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.2";
+  version = "3.3";
 
   src = fetchFromGitHub {
     owner = "espressif";
     repo = "esptool";
     rev = "v${version}";
-    sha256 = "1jic5kynfan5zirv9pm3pfjps12zf68cpnhl7i1vls2m79zdkfa3";
+    sha256 = "sha256-CmGie+M3AboOk8X+LkRhIxTRQZgDlklouzmz8kiIZuI=";
   };
 
   checkInputs = with python3.pkgs;