Merge pull request #125146 from Artturin/update-autotiling
autotiling: 1.1 -> 1.5
This commit is contained in:
commit
310befdb1b
@ -1,12 +1,14 @@
|
|||||||
{ lib, buildPythonApplication, fetchPypi, i3ipc, importlib-metadata }:
|
{ lib, buildPythonApplication, fetchFromGitHub, i3ipc, importlib-metadata }:
|
||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "autotiling";
|
pname = "autotiling";
|
||||||
version = "1.1";
|
version = "1.5";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchFromGitHub {
|
||||||
inherit pname version;
|
owner = "nwg-piotr";
|
||||||
sha256 = "0hwvy9bxwv9fakqqiyrkmpckxgm0z85c240p84ibdhja9sm086v0";
|
repo = pname;
|
||||||
|
rev = "v${version}";
|
||||||
|
sha256 = "0ih8yd1gankjxn88gd88vxs6f1cniyi04z25jz4nsgqi9snz65v4";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ i3ipc importlib-metadata ];
|
propagatedBuildInputs = [ i3ipc importlib-metadata ];
|
||||||
@ -16,7 +18,7 @@ buildPythonApplication rec {
|
|||||||
homepage = "https://github.com/nwg-piotr/autotiling";
|
homepage = "https://github.com/nwg-piotr/autotiling";
|
||||||
description = "Script for sway and i3 to automatically switch the horizontal / vertical window split orientation";
|
description = "Script for sway and i3 to automatically switch the horizontal / vertical window split orientation";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
platforms= platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ artturin ];
|
maintainers = with maintainers; [ artturin ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user