Merge pull request #90709 from lovesegfault/pio-4.3.4
platformio: 4.3.1 -> 4.3.4
This commit is contained in:
commit
d1037c682e
@ -51,14 +51,14 @@ let
|
|||||||
|
|
||||||
in buildPythonApplication rec {
|
in buildPythonApplication rec {
|
||||||
pname = "platformio";
|
pname = "platformio";
|
||||||
version = "4.3.1";
|
version = "4.3.4";
|
||||||
|
|
||||||
# pypi tarballs don't contain tests - https://github.com/platformio/platformio-core/issues/1964
|
# pypi tarballs don't contain tests - https://github.com/platformio/platformio-core/issues/1964
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "platformio";
|
owner = "platformio";
|
||||||
repo = "platformio-core";
|
repo = "platformio-core";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1dxnjy60zpkgyrbvbf6b9qi6m37gm8gwjmxwfj30npr1y7rvxwrw";
|
sha256 = "0vf2j79319ypr4yrdmx84853igkb188sjfvlxgw06rlsvsm3kacq";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
@ -8,7 +8,7 @@ index be49b3ee..d1390a88 100644
|
|||||||
def load_spdx_licenses():
|
def load_spdx_licenses():
|
||||||
- r = requests.get(
|
- r = requests.get(
|
||||||
- "https://raw.githubusercontent.com/spdx/license-list-data"
|
- "https://raw.githubusercontent.com/spdx/license-list-data"
|
||||||
- "/v3.8/json/licenses.json"
|
- "/v3.9/json/licenses.json"
|
||||||
- )
|
- )
|
||||||
- r.raise_for_status()
|
- r.raise_for_status()
|
||||||
- return r.json()
|
- return r.json()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user