22 stdenv.mkDerivation rec {
26 src = fetchFromGitHub {
27 owner = "paolostivanin";
30 hash = "sha256-lSGXxwtys3V8dDTAW7l7+9VlF9tZQnWqNaV8neBvMRg=";
55 description = "Highly secure and easy to use OTP client written in C/GTK that supports both TOTP and HOTP";
56 homepage = "https://github.com/paolostivanin/OTPClient";
57 changelog = "https://github.com/paolostivanin/OTPClient/releases/tag/v${version}";
58 license = licenses.gpl3Only;
59 maintainers = with maintainers; [ alexbakker ];
60 platforms = platforms.linux;