keyd: 2.4.3 -> 2.5.0

https://github.com/rvaiya/keyd/blob/master/docs/CHANGELOG.md#v250
This commit is contained in:
alfarel 2024-09-27 10:09:07 -04:00
parent b506f2a6cf
commit 3426e32d77

View File

@ -8,13 +8,13 @@
}:
let
version = "2.4.3";
version = "2.5.0";
src = fetchFromGitHub {
owner = "rvaiya";
repo = "keyd";
rev = "v" + version;
hash = "sha256-NhZnFIdK0yHgFR+rJm4cW+uEhuQkOpCSLwlXNQy6jas=";
hash = "sha256-pylfQjTnXiSzKPRJh9Jli1hhin/MIGIkZxLKxqlReVo=";
};
pypkgs = python3.pkgs;