mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
keymapviz: 1.9.0 -> 1.10.1
This commit is contained in:
parent
b7018f3813
commit
c9cc3e10d5
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "keymapviz";
|
pname = "keymapviz";
|
||||||
version = "1.9.0";
|
version = "1.10.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "yskoht";
|
owner = "yskoht";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-lNpUH4BvlnHx0SDq5YSsHdcTeEnf6MH2WRUEsCWWHA0=";
|
sha256 = "sha256-I16iJ6/CrjpDOmlewIxa5Xu/b/97VNH3ATwDNi3SuP8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with python3.pkgs; [ regex ];
|
propagatedBuildInputs = with python3.pkgs; [ regex ];
|
||||||
|
Loading…
Reference in New Issue
Block a user