showmethekey: 1.8.1 -> 1.12.0

https://github.com/AlynxZhou/showmethekey/releases/tag/v1.12.0
This commit is contained in:
wochap 2023-11-17 12:09:08 -05:00
parent bea932e00a
commit 8a7dac6801
No known key found for this signature in database
GPG key ID: FE4CF844E73095E1

View file

@ -7,19 +7,20 @@
, json-glib
, libinput
, gtk4
, libadwaita
, wrapGAppsHook4
, libxkbcommon
, pkg-config
}:
stdenv.mkDerivation rec {
pname = "showmethekey";
version = "1.8.1";
version = "1.12.0";
src = fetchFromGitHub {
owner = "AlynxZhou";
repo = pname;
rev = "v${version}";
hash = "sha256-IfegYHHFbZbMTA8JWXAun9Gl3BpykH/5RqUIrlYlLhk=";
hash = "sha256-eeObomb4Gv/vpvViHsi3+O0JR/rYamrlZNZaXKL6KJw=";
};
nativeBuildInputs = [
@ -32,6 +33,7 @@ stdenv.mkDerivation rec {
buildInputs = [
gtk4
libadwaita
libevdev
libinput
libxkbcommon