pyprland: 2.2.12 -> 2.2.15
This commit is contained in:
parent
a534c335e0
commit
bb6c58aca8
1 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "pyprland";
|
pname = "pyprland";
|
||||||
version = "2.2.12";
|
version = "2.2.15";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
disabled = python3Packages.pythonOlder "3.10";
|
disabled = python3Packages.pythonOlder "3.10";
|
||||||
|
@ -10,8 +10,8 @@ python3Packages.buildPythonApplication rec {
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "hyprland-community";
|
owner = "hyprland-community";
|
||||||
repo = "pyprland";
|
repo = "pyprland";
|
||||||
rev = "refs/tags/${version}";
|
rev = version;
|
||||||
hash = "sha256-SVly20/+67d0Rr2SuM1n/JfT1SlyKdKRBLDx2okCZRY=";
|
hash = "sha256-ju/Xa3s0engE09q9EtKK/zhgimMmlTPXJrpwWQqUFLs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = with python3Packages; [ poetry-core ];
|
nativeBuildInputs = with python3Packages; [ poetry-core ];
|
||||||
|
@ -53,12 +53,12 @@ python3Packages.buildPythonApplication rec {
|
||||||
"pyprland.plugins.workspaces_follow_focus"
|
"pyprland.plugins.workspaces_follow_focus"
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
mainProgram = "pypr";
|
mainProgram = "pypr";
|
||||||
description = "An hyperland plugin system";
|
description = "An hyperland plugin system";
|
||||||
homepage = "https://github.com/hyprland-community/pyprland";
|
homepage = "https://github.com/hyprland-community/pyprland";
|
||||||
license = licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = with maintainers; [ iliayar ];
|
maintainers = with lib.maintainers; [ iliayar ];
|
||||||
platforms = platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue