wlr-layout-ui: 1.6.10 -> 1.6.11

This commit is contained in:
R. Ryantm 2024-05-26 08:27:24 +00:00
parent 017ee1411d
commit cdcccd94ad

View File

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "wlr-layout-ui";
version = "1.6.10";
version = "1.6.11";
pyproject = true;
src = fetchFromGitHub {
owner = "fdev31";
repo = "wlr-layout-ui";
rev = "refs/tags/${version}";
hash = "sha256-UM1p5b5+xJY6BgPUMXjluIC9zQxe388+gBWTbNQPWYQ=";
hash = "sha256-aM8KV3jzim14lBVvn/AqUsfoRWrnKtRJeFSX1Thrq3M=";
};
postPatch = ''