summary refs log tree commit diff
path: root/pkgs/development/arduino
diff options
context:
space:
mode:
authorRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2019-04-05 10:15:13 +0200
committerRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2019-04-14 14:46:14 +0200
commitad961fe69da058dba2e5a1a0935368ce870dfac4 (patch)
tree2013ac0c6d500d1a8da8bb2c067af29b27e71631 /pkgs/development/arduino
parent90d166dc7d715ca4c14aa2292e37e9bb00a714cb (diff)
downloadnixpkgs-ad961fe69da058dba2e5a1a0935368ce870dfac4.tar
nixpkgs-ad961fe69da058dba2e5a1a0935368ce870dfac4.tar.gz
nixpkgs-ad961fe69da058dba2e5a1a0935368ce870dfac4.tar.bz2
nixpkgs-ad961fe69da058dba2e5a1a0935368ce870dfac4.tar.lz
nixpkgs-ad961fe69da058dba2e5a1a0935368ce870dfac4.tar.xz
nixpkgs-ad961fe69da058dba2e5a1a0935368ce870dfac4.tar.zst
nixpkgs-ad961fe69da058dba2e5a1a0935368ce870dfac4.zip
platformio: 3.6.4 -> 3.6.6
Diffstat (limited to 'pkgs/development/arduino')
-rw-r--r--pkgs/development/arduino/platformio/core.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/development/arduino/platformio/core.nix b/pkgs/development/arduino/platformio/core.nix
index a4d5b338242..0866311ad89 100644
--- a/pkgs/development/arduino/platformio/core.nix
+++ b/pkgs/development/arduino/platformio/core.nix
@@ -10,6 +10,8 @@ let
     "commands/test_ci.py::test_ci_boards"
     "commands/test_ci.py::test_ci_project_conf"
     "commands/test_ci.py::test_ci_lib_and_board"
+    "commands/test_ci.py::test_ci_build_dir"
+    "commands/test_ci.py::test_ci_keep_build_dir"
     "commands/test_init.py::test_init_enable_auto_uploading"
     "commands/test_init.py::test_init_custom_framework"
     "commands/test_init.py::test_init_incorrect_board"
@@ -44,14 +46,14 @@ let
 
 in buildPythonApplication rec {
   pname = "platformio";
-  version = "3.6.4";
+  version = "3.6.6";
 
   # pypi tarballs don't contain tests - https://github.com/platformio/platformio-core/issues/1964
   src = fetchFromGitHub {
     owner = "platformio";
     repo = "platformio-core";
     rev = "v${version}";
-    sha256 = "1c1y099xvpdh35n8fln642psa4xsaaqly2i2jgkvhrb9yl77x5aj";
+    sha256 = "1qwd6684y2xagl375sv8fm6a535hcdqx296hknjlbvsgc1jc514a";
   };
 
   propagatedBuildInputs =  [