mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 23:20:55 +00:00
yubikey-manager: 4.0.1 -> 4.0.3
This commit is contained in:
parent
e738529752
commit
8c5bd90f9b
|
@ -3,11 +3,11 @@
|
|||
|
||||
python3Packages.buildPythonPackage rec {
|
||||
pname = "yubikey-manager";
|
||||
version = "4.0.1";
|
||||
version = "4.0.3";
|
||||
|
||||
srcs = fetchurl {
|
||||
url = "https://developers.yubico.com/${pname}/Releases/${pname}-${version}.tar.gz";
|
||||
hash = "sha256-OxbKo5vwOBabU6/2hO4RMWiifo4IVIxz+DlcwP9xO/E=";
|
||||
hash = "sha256-p7tv/bj6PMCnCU5j8Vhi60LxLiPmR1Cuf8xVdDVtZvQ=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs =
|
||||
|
|
Loading…
Reference in a new issue