21 stdenv.mkDerivation rec {
25 src = fetchFromGitHub {
26 owner = "paolostivanin";
28 rev = "refs/tags/v${version}";
29 hash = "sha256-3ypEP5HQYXOyB2euvDDpKjpbCD67oE19wkmzQbyKxiI=";
54 description = "Highly secure and easy to use OTP client written in C/GTK that supports both TOTP and HOTP";
55 homepage = "https://github.com/paolostivanin/OTPClient";
56 changelog = "https://github.com/paolostivanin/OTPClient/releases/tag/v${version}";
57 license = licenses.gpl3Only;
58 maintainers = with maintainers; [ alexbakker ];
59 platforms = platforms.linux;