lol

Merge pull request #33367 from mogorman/platformio-3.5.0

platformio: 3.4.1 -> 3.5.0

authored by

Frederik Rietdijk and committed by
GitHub
b78c42cd f61ad23a

+7 -3
+5 -1
pkgs/development/arduino/platformio/chrootenv.nix
··· 18 18 python27Packages.setuptools 19 19 python27Packages.pip 20 20 python27Packages.bottle 21 - zlib 22 21 python27Packages.platformio 22 + zlib 23 23 ]); 24 24 25 25 meta = with stdenv.lib; { ··· 29 29 license = licenses.asl20; 30 30 platforms = with platforms; linux; 31 31 }; 32 + 33 + extraInstallCommands = '' 34 + ln -s $out/bin/platformio $out/bin/pio 35 + ''; 32 36 33 37 runScript = "platformio"; 34 38 }
+2 -2
pkgs/development/python-modules/platformio/default.nix
··· 8 8 disabled = isPy3k || isPyPy; 9 9 10 10 pname = "platformio"; 11 - version="3.4.1"; 11 + version="3.5.0"; 12 12 name = "${pname}-${version}"; 13 13 14 14 src = fetchPypi { 15 15 inherit pname version; 16 - sha256 = "1b4lba672l851sv1xwc320xbh46x7hx4ms6whc0k37hxkxj0nwm2"; 16 + sha256 = "0gy13cwp0i97lgjd8hh8kh9cswxh53x4cx2sq5b7d7vv8kd7bh6c"; 17 17 }; 18 18 19 19 propagatedBuildInputs = [