showmethekey: add changelog to meta

- minor refactoring
This commit is contained in:
Fabian Affolter 2024-05-02 15:44:29 +02:00 committed by GitHub
parent 47e7228ec8
commit 0741e65506
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,14 +12,15 @@
, libxkbcommon
, pkg-config
}:
stdenv.mkDerivation rec {
pname = "showmethekey";
version = "1.13.0";
src = fetchFromGitHub {
owner = "AlynxZhou";
repo = pname;
rev = "v${version}";
repo = "showmethekey";
rev = "refs/tags/v${version}";
hash = "sha256-pVFkO/+a7GAOXbYBfU0zcO/uD26PX+y02bEZa3f1ZP8=";
};
@ -40,8 +41,9 @@ stdenv.mkDerivation rec {
];
meta = with lib; {
homepage = "https://showmethekey.alynx.one/";
description = "Show keys you typed on screen";
homepage = "https://showmethekey.alynx.one/";
changelog = "https://github.com/AlynxZhou/showmethekey/releases/tag/v${version}";
license = licenses.asl20;
platforms = platforms.linux;
maintainers = with maintainers; [ ocfox ];