yubikey-manager: 3.1.2 -> 4.0.1
This commit is contained in:
parent
c1c43413d6
commit
1072da3e3e
1 changed files with 2 additions and 2 deletions
|
@ -3,11 +3,11 @@
|
|||
|
||||
python3Packages.buildPythonPackage rec {
|
||||
pname = "yubikey-manager";
|
||||
version = "3.1.2";
|
||||
version = "4.0.1";
|
||||
|
||||
srcs = fetchurl {
|
||||
url = "https://developers.yubico.com/${pname}/Releases/${pname}-${version}.tar.gz";
|
||||
hash = "sha256-dwnIOuu0QyWRl6RSdyQw7dGsAZ4xpXpx6jOpCkp4efE=";
|
||||
hash = "sha256-OxbKo5vwOBabU6/2hO4RMWiifo4IVIxz+DlcwP9xO/E=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs =
|
||||
|
|
Loading…
Reference in a new issue