sway: 1.2 -> 1.4

Changelog: https://github.com/swaywm/sway/releases/tag/1.4
This commit is contained in:
Michael Weiss 2020-01-01 17:33:31 +01:00
parent 0c9428188c
commit beca0911f4
No known key found for this signature in database
GPG Key ID: 5BE487C4D4771D83

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "sway-unwrapped";
version = "1.2";
version = "1.4";
src = fetchFromGitHub {
owner = "swaywm";
repo = "sway";
rev = version;
sha256 = "0vch2zm5afc76ia78p3vg71zr2fyda67l9hd2h0x1jq3mnvfbxnd";
sha256 = "11qf89y3q92g696a6f4d23qb44gqixg6qxq740vwv2jw59ms34ja";
};
patches = [