lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #231372 from nagy/keymapviz

keymapviz: 1.10.1 -> 1.14.1

authored by

legendofmiracles and committed by
GitHub
d66f499b 939279e3

+2 -2
+2 -2
pkgs/tools/misc/keymapviz/default.nix
··· 2 2 3 3 python3.pkgs.buildPythonApplication rec { 4 4 pname = "keymapviz"; 5 - version = "1.10.1"; 5 + version = "1.14.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "yskoht"; 9 9 repo = pname; 10 10 rev = version; 11 - sha256 = "sha256-I16iJ6/CrjpDOmlewIxa5Xu/b/97VNH3ATwDNi3SuP8="; 11 + sha256 = "sha256-eCvwgco22uPEDDsT8FfTRon1xCGy5p1PBp0pDfNprMs="; 12 12 }; 13 13 14 14 propagatedBuildInputs = with python3.pkgs; [ regex ];