Skip to content

Commit

Permalink
[Backport release-24.11] platformio: 6.1.16 -> 6.1.17 (#387774)
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol authored Mar 10, 2025
2 parents a554036 + 53ead05 commit 44b80e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/embedded/platformio/core.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
with python3Packages;
buildPythonApplication rec {
pname = "platformio";
version = "6.1.15";
version = "6.1.17";
pyproject = true;

# pypi tarballs don't contain tests - https://github.com/platformio/platformio-core/issues/1964
src = fetchFromGitHub {
owner = "platformio";
repo = "platformio-core";
rev = "v${version}";
hash = "sha256-w5JUAqQRNxq8ZrX8ffny2K7xWBkGr2H3+apYqCPXw9c=";
tag = "v${version}";
hash = "sha256-OQEbEAVLS4DdbdBf4S9KS1RVHCC91vFtX6lz2u6Xouc=";
};

outputs = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ index c1d22ab5..6c2cfaed 100644
@staticmethod
@memoized(expire="1h")
def load_spdx_licenses():
- version = "3.23"
- version = "3.26.0"
- spdx_data_url = (
- "https://raw.githubusercontent.com/spdx/license-list-data/"
- f"v{version}/json/licenses.json"
Expand Down

0 comments on commit 44b80e2

Please sign in to comment.