python3Packages.onlykey-solo-python: 0.0.28 -> 0.0.32
This commit is contained in:
parent
8bf78749ea
commit
761000dced
@ -13,13 +13,19 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "onlykey-solo-python";
|
||||
version = "0.0.28";
|
||||
version = "0.0.32";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-Mbi5So2OgeXjg4Fzg7v2gAJuh1Y7ZCYu8Lrha/7PQfY=";
|
||||
sha256 = "sha256-88DuhgX4FCwzIKzw4RqWgMtjRdf5huVlKEHAAEminuQ=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace setup.py \
|
||||
--replace "fido2 == 0.9.3" "fido2"
|
||||
'';
|
||||
|
||||
patches = [
|
||||
# https://github.com/trustcrypto/onlykey-solo-python/pull/2
|
||||
(fetchpatch {
|
||||
|
Loading…
Reference in New Issue
Block a user