summary refs log tree commit diff
path: root/pkgs/development/embedded/platformio/use-local-spdx-license-list.patch
diff options
context:
space:
mode:
authorAlvar Penning <post@0x21.biz>2022-05-19 22:37:02 +0200
committerAlvar Penning <post@0x21.biz>2022-05-19 22:37:02 +0200
commit6bca93ce6925a2d194af11d1d4da9ad89c5029ae (patch)
tree7febddb4f7759d8e678c8e258fcd896b3e00c9c5 /pkgs/development/embedded/platformio/use-local-spdx-license-list.patch
parent35ae1ffeb8656554b2947cd74d1f2666de9395c9 (diff)
downloadnixpkgs-6bca93ce6925a2d194af11d1d4da9ad89c5029ae.tar
nixpkgs-6bca93ce6925a2d194af11d1d4da9ad89c5029ae.tar.gz
nixpkgs-6bca93ce6925a2d194af11d1d4da9ad89c5029ae.tar.bz2
nixpkgs-6bca93ce6925a2d194af11d1d4da9ad89c5029ae.tar.lz
nixpkgs-6bca93ce6925a2d194af11d1d4da9ad89c5029ae.tar.xz
nixpkgs-6bca93ce6925a2d194af11d1d4da9ad89c5029ae.tar.zst
nixpkgs-6bca93ce6925a2d194af11d1d4da9ad89c5029ae.zip
platformio: 5.2.5 -> 6.0.1
<https://github.com/platformio/platformio-core/releases/tag/v6.0.0>
<https://github.com/platformio/platformio-core/releases/tag/v6.0.1>
Diffstat (limited to 'pkgs/development/embedded/platformio/use-local-spdx-license-list.patch')
-rw-r--r--pkgs/development/embedded/platformio/use-local-spdx-license-list.patch2
1 files changed, 1 insertions, 1 deletions
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 342fb120a0f..65fcbd39d6a 100644
--- a/pkgs/development/embedded/platformio/use-local-spdx-license-list.patch
+++ b/pkgs/development/embedded/platformio/use-local-spdx-license-list.patch
@@ -6,7 +6,7 @@ index 416dccfd..896c3649 100644
      @staticmethod
      @memoized(expire="1h")
      def load_spdx_licenses():
--        version = "3.16"
+-        version = "3.17"
 -        spdx_data_url = (
 -            "https://raw.githubusercontent.com/spdx/license-list-data/"
 -            "v%s/json/licenses.json" % version