keymapviz: 1.10.1 -> 1.14.1

Diff: https://github.com/yskoht/keymapviz/compare/1.10.1...1.14.1
This commit is contained in:
Daniel Nagy 2023-05-12 00:50:00 +02:00
parent 9a142a6244
commit 0bcea39707
No known key found for this signature in database
GPG key ID: 1B8E8DCB576FB671

View file

@ -2,13 +2,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "keymapviz";
version = "1.10.1";
version = "1.14.1";
src = fetchFromGitHub {
owner = "yskoht";
repo = pname;
rev = version;
sha256 = "sha256-I16iJ6/CrjpDOmlewIxa5Xu/b/97VNH3ATwDNi3SuP8=";
sha256 = "sha256-eCvwgco22uPEDDsT8FfTRon1xCGy5p1PBp0pDfNprMs=";
};
propagatedBuildInputs = with python3.pkgs; [ regex ];