mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-08 22:57:42 +03:00
yubikey-manager: 1.0.1 -> 2.0.0
This commit is contained in:
parent
d3e3346530
commit
72983e22fa
@ -1,17 +1,16 @@
|
|||||||
{ pythonPackages, fetchurl, lib,
|
{ python3Packages, fetchurl, lib,
|
||||||
yubikey-personalization, libu2f-host, libusb1 }:
|
yubikey-personalization, libu2f-host, libusb1 }:
|
||||||
|
|
||||||
pythonPackages.buildPythonPackage rec {
|
python3Packages.buildPythonPackage rec {
|
||||||
name = "yubikey-manager-1.0.1";
|
name = "yubikey-manager-2.0.0";
|
||||||
|
|
||||||
srcs = fetchurl {
|
srcs = fetchurl {
|
||||||
url = "https://developers.yubico.com/yubikey-manager/Releases/${name}.tar.gz";
|
url = "https://developers.yubico.com/yubikey-manager/Releases/${name}.tar.gz";
|
||||||
sha256 = "0i7w1f89hqlw7g800fjhbb6yvq9wjmj5d7w7p6v8bkyvk645v48z";
|
sha256 = "1x36pyg9g3by2pa11j6d73d79sdlb7qy98lwwn05f43fjm74qnz9";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs =
|
propagatedBuildInputs =
|
||||||
with pythonPackages;
|
with python3Packages; [
|
||||||
lib.optional (!pythonPackages.pythonAtLeast "3.4") enum34 ++ [
|
|
||||||
click
|
click
|
||||||
cryptography
|
cryptography
|
||||||
pyscard
|
pyscard
|
||||||
|
Loading…
Reference in New Issue
Block a user