Unverified Commit 6e4f497b authored by rewine's avatar rewine Committed by GitHub
Browse files

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

wlr-layout-ui: 1.4.7 -> 1.6.10
parents 19166cea 74aad22b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,14 +5,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "wlr-layout-ui";
  version = "1.4.7";
  version = "1.6.10";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "fdev31";
    repo = "wlr-layout-ui";
    rev = "${version}";
    hash = "sha256-3NV02/Lk43h3r17jwmSAqx7wofaHFJKDh+vaWwU17Gw=";
    rev = "refs/tags/${version}";
    hash = "sha256-UM1p5b5+xJY6BgPUMXjluIC9zQxe388+gBWTbNQPWYQ=";
  };

  postPatch = ''