mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-19 18:44:13 +00:00
python3Packages.universal-silabs-flasher: 0.0.25 -> 0.0.28
https://github.com/NabuCasa/universal-silabs-flasher/releases/tag/v0.0.28
This commit is contained in:
parent
78981bf108
commit
b1e3ea8c89
@ -27,19 +27,19 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "universal-silabs-flasher";
|
||||
version = "0.0.25";
|
||||
version = "0.0.28";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "NabuCasa";
|
||||
repo = "universal-silabs-flasher";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-fmm5QrRpZIYmPO4GK/JrP7w0Utlw52pfh524pgESliM=";
|
||||
hash = "sha256-ZV2yldOzcH4Su31dmkE1f0JXDZI6SsSZGi4KyFvzRb4=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace-fail '"setuptools-git-versioning<2"' "" \
|
||||
--replace-fail '"setuptools-git-versioning>=2.0,<3"' "" \
|
||||
--replace-fail 'dynamic = ["version"]' 'version = "${version}"'
|
||||
'';
|
||||
|
||||
@ -71,7 +71,7 @@ buildPythonPackage rec {
|
||||
pythonImportsCheck = [ "universal_silabs_flasher" ];
|
||||
|
||||
meta = with lib; {
|
||||
changelog = "https://github.com/NabuCasa/universal-silabs-flasher/releases/tag/v${version}";
|
||||
changelog = "https://github.com/NabuCasa/universal-silabs-flasher/releases/tag/${src.tag}";
|
||||
description = "Flashes Silicon Labs radios running EmberZNet or CPC multi-pan firmware";
|
||||
mainProgram = "universal-silabs-flasher";
|
||||
homepage = "https://github.com/NabuCasa/universal-silabs-flasher";
|
||||
|
Loading…
Reference in New Issue
Block a user