summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2019-01-26 10:49:29 +0100
committerRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2019-01-26 12:39:39 +0100
commit4506266b4ab52e06ee95449e70b73694d118966a (patch)
tree3c70757c132e596079a1aa1dc45fb0ce07e0fc63 /pkgs
parentfae5a99b51621fae325eb9ddfad06843650c7ce0 (diff)
downloadnixpkgs-4506266b4ab52e06ee95449e70b73694d118966a.tar
nixpkgs-4506266b4ab52e06ee95449e70b73694d118966a.tar.gz
nixpkgs-4506266b4ab52e06ee95449e70b73694d118966a.tar.bz2
nixpkgs-4506266b4ab52e06ee95449e70b73694d118966a.tar.lz
nixpkgs-4506266b4ab52e06ee95449e70b73694d118966a.tar.xz
nixpkgs-4506266b4ab52e06ee95449e70b73694d118966a.tar.zst
nixpkgs-4506266b4ab52e06ee95449e70b73694d118966a.zip
platformio: 3.6.2 -> 3.6.4
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/arduino/platformio/core.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/arduino/platformio/core.nix b/pkgs/development/arduino/platformio/core.nix
index bf0dd5229c6..a4d5b338242 100644
--- a/pkgs/development/arduino/platformio/core.nix
+++ b/pkgs/development/arduino/platformio/core.nix
@@ -44,14 +44,14 @@ let
 
 in buildPythonApplication rec {
   pname = "platformio";
-  version = "3.6.2";
+  version = "3.6.4";
 
   # 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 = "1558adr73d7mgp0z92q9vzbgarddimadyk4467z8i3yp4g8k5irk";
+    sha256 = "1c1y099xvpdh35n8fln642psa4xsaaqly2i2jgkvhrb9yl77x5aj";
   };
 
   propagatedBuildInputs =  [