Loading pkgs/applications/misc/otpclient/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ stdenv.mkDerivation rec { src = fetchFromGitHub { owner = "paolostivanin"; repo = pname; rev = "v${version}"; rev = "refs/tags/v${version}"; sha256 = "sha256-TklVOUkdhWDG9GqHl0Sz9fah+Xp/M8xgSuDB1q4mljM="; }; Loading @@ -35,6 +35,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Highly secure and easy to use OTP client written in C/GTK that supports both TOTP and HOTP"; homepage = "https://github.com/paolostivanin/OTPClient"; changelog = "https://github.com/paolostivanin/OTPClient/releases/tag/v${version}"; license = licenses.gpl3Only; maintainers = with maintainers; [ alexbakker ]; platforms = platforms.linux; Loading Loading
pkgs/applications/misc/otpclient/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ stdenv.mkDerivation rec { src = fetchFromGitHub { owner = "paolostivanin"; repo = pname; rev = "v${version}"; rev = "refs/tags/v${version}"; sha256 = "sha256-TklVOUkdhWDG9GqHl0Sz9fah+Xp/M8xgSuDB1q4mljM="; }; Loading @@ -35,6 +35,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Highly secure and easy to use OTP client written in C/GTK that supports both TOTP and HOTP"; homepage = "https://github.com/paolostivanin/OTPClient"; changelog = "https://github.com/paolostivanin/OTPClient/releases/tag/v${version}"; license = licenses.gpl3Only; maintainers = with maintainers; [ alexbakker ]; platforms = platforms.linux; Loading