yubikey-manager: 1.0.0 -> 1.0.1
https://developers.yubico.com/yubikey-manager/Release_Notes.html https://github.com/Yubico/yubikey-manager/releases/tag/yubikey-manager-1.0.1
This commit is contained in:
parent
d23acab3a3
commit
02282130d0
@ -2,11 +2,11 @@
|
|||||||
yubikey-personalization, libu2f-host, libusb1 }:
|
yubikey-personalization, libu2f-host, libusb1 }:
|
||||||
|
|
||||||
pythonPackages.buildPythonPackage rec {
|
pythonPackages.buildPythonPackage rec {
|
||||||
name = "yubikey-manager-1.0.0";
|
name = "yubikey-manager-1.0.1";
|
||||||
|
|
||||||
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 = "1qdb2b3mv4wafghnmv3sxw4fh7cjc06hnkdimfnwmqcjafzvbawd";
|
sha256 = "0i7w1f89hqlw7g800fjhbb6yvq9wjmj5d7w7p6v8bkyvk645v48z";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs =
|
propagatedBuildInputs =
|
||||||
@ -40,6 +40,7 @@ pythonPackages.buildPythonPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = https://developers.yubico.com/yubikey-manager;
|
homepage = https://developers.yubico.com/yubikey-manager;
|
||||||
description = "Command line tool for configuring any YubiKey over all USB transports.";
|
description = "Command line tool for configuring any YubiKey over all USB transports.";
|
||||||
|
|
||||||
license = licenses.bsd2;
|
license = licenses.bsd2;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ benley ];
|
maintainers = with maintainers; [ benley ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user