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