Unverified Commit 5bf588d8 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

Merge pull request #314795 from r-ryantm/auto-update/wlr-layout-ui

wlr-layout-ui: 1.6.10 -> 1.6.11
parents 48320174 cdcccd94
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = ''