mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-12 00:33:10 +00:00
Merge pull request #126438 from thomasdesr/thomas/yubikey-manager-4.0.3
yubikey-manager: 4.0.1 -> 4.0.3
This commit is contained in:
commit
1862586075
@ -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 New Issue
Block a user