diff options
| author | Pavol Rusnak <pavol@rusnak.io> | 2022-10-18 14:45:41 +0200 |
|---|---|---|
| committer | Pavol Rusnak <pavol@rusnak.io> | 2022-10-18 14:45:41 +0200 |
| commit | 26a338bbfd069b3f274ef3956e033bbfabbf3ad1 (patch) | |
| tree | 63d7a4ad6e495bf6a6a3c161dd8524cb8070da66 /pkgs/development/python-modules/solo-python | |
| parent | 02ad70f21fedf9695081524f3988fd362f80304a (diff) | |
python3Packages.solo-python: 0.0.31 -> 0.1.1
+ mark broken
Diffstat (limited to 'pkgs/development/python-modules/solo-python')
| -rw-r--r-- | pkgs/development/python-modules/solo-python/default.nix | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/pkgs/development/python-modules/solo-python/default.nix b/pkgs/development/python-modules/solo-python/default.nix index 4e4a807729cf..78fcc22c9f10 100644 --- a/pkgs/development/python-modules/solo-python/default.nix +++ b/pkgs/development/python-modules/solo-python/default.nix @@ -12,9 +12,9 @@ , requests }: - buildPythonPackage rec { +buildPythonPackage rec { pname = "solo-python"; - version = "0.0.31"; + version = "0.1.1"; format = "flit"; disabled = pythonOlder "3.6"; @@ -23,13 +23,9 @@ owner = "solokeys"; repo = pname; rev = version; - sha256 = "sha256-OguAHeNpom+zthREzdhejy5HJUIumrtwB0WJAwUNiSA="; + sha256 = "sha256-XVPYr7JwxeZfZ68+vQ7a7MNiAfJ2bvMbM3R1ryVJ+OU="; }; - patchPhase = '' - sed -i '/fido2/c\"fido2",' pyproject.toml - ''; - propagatedBuildInputs = [ click cryptography @@ -54,9 +50,12 @@ ]; meta = with lib; { - description = "Python tool and library for SoloKeys"; - homepage = "https://github.com/solokeys/solo-python"; + description = "Python tool and library for SoloKeys Solo 1"; + homepage = "https://github.com/solokeys/solo1-cli"; maintainers = with maintainers; [ wucke13 ]; license = with licenses; [ asl20 mit ]; + # not compatible with fido2 >= 1.0.0 + # https://github.com/solokeys/solo1-cli/issues/157 + broken = versionAtLeast fido2.version "1.0.0"; }; } |
