sway: 1.8 -> 1.8.1

Release notes: https://github.com/swaywm/sway/releases/tag/1.8.1
This commit is contained in:
Tobias Markus 2023-02-12 20:46:23 +01:00
parent 532f202b64
commit 3c881d4887

View file

@ -22,13 +22,13 @@ let sd-bus-provider = if systemdSupport then "libsystemd" else "basu"; in
stdenv.mkDerivation rec {
pname = "sway-unwrapped";
version = "1.8";
version = "1.8.1";
src = fetchFromGitHub {
owner = "swaywm";
repo = "sway";
rev = version;
hash = "sha256-r5qf50YK0Wl0gFiFdSE/J6ZU+D/Cz32u1mKzOqnIuJ0=";
hash = "sha256-WxnT+le9vneQLFPz2KoBduOI+zfZPhn1fKlaqbPL6/g=";
};
patches = [