16 stdenv.mkDerivation rec {
17 pname = "showmethekey";
20 src = fetchFromGitHub {
22 repo = "showmethekey";
23 rev = "refs/tags/v${version}";
24 hash = "sha256-d+k7EbGrFWOztr/e+ugnXVP/hUZAIEgmLDvQDf18K48=";
44 description = "Show keys you typed on screen";
45 homepage = "https://showmethekey.alynx.one/";
46 changelog = "https://github.com/AlynxZhou/showmethekey/releases/tag/v${version}";
47 license = licenses.asl20;
48 platforms = platforms.linux;
49 maintainers = with maintainers; [ ocfox ];