summary refs log tree commit diff
path: root/pkgs/development/embedded
diff options
context:
space:
mode:
authorAlvar Penning <post@0x21.biz>2023-01-23 15:47:42 +0100
committerAlvar Penning <post@0x21.biz>2023-01-23 15:47:42 +0100
commit9f0ca1220abcb6f6489119d009440bc95ff19aa0 (patch)
tree993f07a35712ba190426e3f8515bc7b3e4a29cdb /pkgs/development/embedded
parentcab67d5d317db79cdd05d08992202e4a1202240b (diff)
downloadnixpkgs-9f0ca1220abcb6f6489119d009440bc95ff19aa0.tar
nixpkgs-9f0ca1220abcb6f6489119d009440bc95ff19aa0.tar.gz
nixpkgs-9f0ca1220abcb6f6489119d009440bc95ff19aa0.tar.bz2
nixpkgs-9f0ca1220abcb6f6489119d009440bc95ff19aa0.tar.lz
nixpkgs-9f0ca1220abcb6f6489119d009440bc95ff19aa0.tar.xz
nixpkgs-9f0ca1220abcb6f6489119d009440bc95ff19aa0.tar.zst
nixpkgs-9f0ca1220abcb6f6489119d009440bc95ff19aa0.zip
platformio: 6.1.5 -> 6.1.6
https://github.com/platformio/platformio-core/releases/tag/v6.1.6
Diffstat (limited to 'pkgs/development/embedded')
-rw-r--r--pkgs/development/embedded/platformio/default.nix4
-rw-r--r--pkgs/development/embedded/platformio/use-local-spdx-license-list.patch4
2 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/embedded/platformio/default.nix b/pkgs/development/embedded/platformio/default.nix
index 241914fa3e1..6fd8592a12c 100644
--- a/pkgs/development/embedded/platformio/default.nix
+++ b/pkgs/development/embedded/platformio/default.nix
@@ -3,14 +3,14 @@
 let
   callPackage = newScope self;
 
-  version = "6.1.5";
+  version = "6.1.6";
 
   # 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 = "sha256-7Wx3O2zL5Dlbk7rooiHutpN63kAjhuYijgsZru+oaOI=";
+    sha256 = "sha256-BEeMfdmAWqFbQUu8YKKrookQVgmhfZBqXnzeb2gfhms=";
   };
 
   self = {
diff --git a/pkgs/development/embedded/platformio/use-local-spdx-license-list.patch b/pkgs/development/embedded/platformio/use-local-spdx-license-list.patch
index 1f809822cb5..6db8585a55f 100644
--- a/pkgs/development/embedded/platformio/use-local-spdx-license-list.patch
+++ b/pkgs/development/embedded/platformio/use-local-spdx-license-list.patch
@@ -6,13 +6,13 @@ index 1e5f935a..26d1ac6a 100644
      @staticmethod
      @memoized(expire="1h")
      def load_spdx_licenses():
--        version = "3.18"
+-        version = "3.19"
 -        spdx_data_url = (
 -            "https://raw.githubusercontent.com/spdx/license-list-data/"
 -            "v%s/json/licenses.json" % version
 -        )
 -        return json.loads(fetch_remote_content(spdx_data_url))
-+        # version = "3.18"
++        # version = "3.19"
 +        # spdx_data_url = (
 +            # "https://raw.githubusercontent.com/spdx/license-list-data/"
 +            # "v%s/json/licenses.json" % version