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:
Sandro 2021-06-10 20:50:58 +02:00 committed by GitHub
commit 1862586075
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 =