Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8ab0db800ed8
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 818257346ce0
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Oct 31, 2020

  1. platformio: 5.0.1 -> 5.0.2

    oxzi committed Oct 31, 2020
    Copy the full SHA
    916c7ee View commit details

Commits on Nov 2, 2020

  1. Merge pull request #102238 from oxzi/platformio-5.0.2

    platformio: 5.0.1 -> 5.0.2
    stigtsp authored Nov 2, 2020
    Copy the full SHA
    8182573 View commit details
Showing with 4 additions and 4 deletions.
  1. +2 −2 pkgs/development/arduino/platformio/chrootenv.nix
  2. +2 −2 pkgs/development/arduino/platformio/core.nix
4 changes: 2 additions & 2 deletions pkgs/development/arduino/platformio/chrootenv.nix
Original file line number Diff line number Diff line change
@@ -22,8 +22,8 @@ let
src = fetchFromGitHub {
owner = "platformio";
repo = "platformio-core";
rev = "v5.0.1";
sha256 = "01xh61ldilg6fg95l1p870rld2xffhnl9f9ndvbi5jdn8q634pmw";
rev = "v5.0.2";
sha256 = "1hbw8nbllyj0xyx1rz2chx9vyqf9949dcdx4v9hnfbsjwwpcfi0a";
};


4 changes: 2 additions & 2 deletions pkgs/development/arduino/platformio/core.nix
Original file line number Diff line number Diff line change
@@ -75,14 +75,14 @@ let

in buildPythonApplication rec {
pname = "platformio";
version = "5.0.1";
version = "5.0.2";

# 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 = "01xh61ldilg6fg95l1p870rld2xffhnl9f9ndvbi5jdn8q634pmw";
sha256 = "1hbw8nbllyj0xyx1rz2chx9vyqf9949dcdx4v9hnfbsjwwpcfi0a";
};

propagatedBuildInputs = [