mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
Merge pull request #154213 from legendofmiracles/update/keymapviz
This commit is contained in:
commit
81f05d871f
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user