yubikey-manager: 3.1.2 -> 4.0.1

This commit is contained in:
Vincent Haupert 2021-04-07 13:23:50 +02:00
parent c1c43413d6
commit 1072da3e3e
No known key found for this signature in database
GPG key ID: A8B605E96F82B4E4

View file

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