sway: 1.6 -> 1.6.1

Since wlroots 0.14 setting WLR_RENDERER_ALLOW_SOFTWARE=1 to allow
software rendering is now enforced [0].

[0]: https://github.com/swaywm/wlroots/pull/2810

(cherry picked from commit 73d7f08b4d89b1af213db5db34e6f39518d88634)
This commit is contained in:
Michael Weiss
2021-06-26 13:46:17 +02:00
committed by Maximilian Bosch
parent bec2f8e481
commit a563a3c2d1
3 changed files with 10 additions and 7 deletions
@@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "sway-unwrapped";
version = "1.6";
version = "1.6.1";
src = fetchFromGitHub {
owner = "swaywm";
repo = "sway";
rev = version;
sha256 = "0vnplva11yafhbijrk68wy7pw0psn9jm0caaymswq1s951xsn1c8";
sha256 = "0j4sdbsrlvky1agacc0pcz9bwmaxjmrapjnzscbd2i0cria2fc5j";
};
patches = [