keymapviz: 1.9.0 -> 1.10.1

This commit is contained in:
legendofmiracles 2022-01-09 19:20:50 -06:00
parent b7018f3813
commit c9cc3e10d5
No known key found for this signature in database
GPG key ID: 19B082B3DEFE5451

View file

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