Merge pull request #231372 from nagy/keymapviz

keymapviz: 1.10.1 -> 1.14.1
This commit is contained in:
legendofmiracles 2023-05-13 22:28:07 -04:00 committed by GitHub
commit d66f499b8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];