yubikey-manager: 3.1.1 -> 3.1.2 (#111027)

This commit is contained in:
Kirill Elagin 2021-01-28 13:28:11 -05:00 committed by GitHub
parent e9236f532d
commit 9081072933
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 = "3.1.1";
version = "3.1.2";
srcs = fetchurl {
url = "https://developers.yubico.com/${pname}/Releases/${pname}-${version}.tar.gz";
sha256 = "1yhc8j67phrj5xgx09b5h7c67pgc4wj4jnkmkq0r3s6j7jn43vv8";
hash = "sha256-dwnIOuu0QyWRl6RSdyQw7dGsAZ4xpXpx6jOpCkp4efE=";
};
propagatedBuildInputs =