lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

yubikey-manager: 5.2.0 -> 5.2.1

+2 -2
+2 -2
pkgs/tools/misc/yubikey-manager/default.nix
··· 8 8 9 9 python3Packages.buildPythonPackage rec { 10 10 pname = "yubikey-manager"; 11 - version = "5.2.0"; 11 + version = "5.2.1"; 12 12 format = "pyproject"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "Yubico"; 16 16 repo = "yubikey-manager"; 17 17 rev = version; 18 - hash = "sha256-33Y2adUuGIDi5gdenkwZJKKKk2NtcHwLzxy1NXhBa9M="; 18 + hash = "sha256-CUe/oB/+Hq9evnLwl8r0k5ObhI3vDt7oX79+20yMfjY="; 19 19 }; 20 20 21 21 postPatch = ''