wlr-layout-ui: 1.6.15 -> 1.6.16

This commit is contained in:
R. Ryantm
2025-08-25 15:52:10 +00:00
parent 40d8532c08
commit 46c70a0ed9
+2 -2
View File
@@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "wlr-layout-ui";
version = "1.6.15";
version = "1.6.16";
pyproject = true;
src = fetchFromGitHub {
owner = "fdev31";
repo = "wlr-layout-ui";
tag = version;
hash = "sha256-9dGwqh4uq7Hc8OjD8mxAnwesoOSCXHjYIWBPylznxu4=";
hash = "sha256-CghOj5fQnuHd6PMeLOX4NKdVw7+pueZXahzYcAMwNOA=";
};
nativeBuildInputs = [