Skip to content

Commit

Permalink
platformio: 3.6.2 -> 3.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Schütz committed Jan 26, 2019
1 parent fae5a99 commit 4506266
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/arduino/platformio/core.nix
Expand Up @@ -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 = [
Expand Down

0 comments on commit 4506266

Please sign in to comment.