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>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/platformio/use-local-spdx-license-list.patch
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/platformio/use-local-spdx-license-list.patch')
-rw-r--r--pkgs/development/embedded/platformio/use-local-spdx-license-list.patch4
1 files changed, 2 insertions, 2 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 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