Merge pull request #51814 from peterhoeg/u/pio

platformio: 3.6.1 -> 3.6.2
This commit is contained in:
Sarah Brofeldt 2018-12-11 12:54:55 +01:00 committed by GitHub
commit 29860f25d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,14 +44,14 @@ let
in buildPythonApplication rec {
pname = "platformio";
version = "3.6.1";
version = "3.6.2";
# pypi tarball doesn't contain tests
# 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 = "01xz9figqrzb0m9467q14lg51vmgq0hbaap0xdx08n5v2ycmzj0v";
sha256 = "1558adr73d7mgp0z92q9vzbgarddimadyk4467z8i3yp4g8k5irk";
};
propagatedBuildInputs = [