wlr-layout-ui: 1.4.7 -> 1.6.10
This commit is contained in:
parent
b771106b51
commit
74aad22b0d
1 changed files with 3 additions and 3 deletions
|
@ -5,14 +5,14 @@
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "wlr-layout-ui";
|
pname = "wlr-layout-ui";
|
||||||
version = "1.4.7";
|
version = "1.6.10";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "fdev31";
|
owner = "fdev31";
|
||||||
repo = "wlr-layout-ui";
|
repo = "wlr-layout-ui";
|
||||||
rev = "${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-3NV02/Lk43h3r17jwmSAqx7wofaHFJKDh+vaWwU17Gw=";
|
hash = "sha256-UM1p5b5+xJY6BgPUMXjluIC9zQxe388+gBWTbNQPWYQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in a new issue