sway-beta: 1.0-rc4 -> 1.0-rc5

This commit is contained in:
Michael Weiss 2019-03-04 20:27:26 +01:00
parent fce81a36b7
commit 7bf4323082
No known key found for this signature in database
GPG key ID: 5BE487C4D4771D83

View file

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
name = "${pname}-${version}";
pname = "sway";
version = "1.0-rc4";
version = "1.0-rc5";
src = fetchFromGitHub {
owner = "swaywm";
repo = "sway";
rev = version;
sha256 = "1f0mvf48dvsivdd850r1gd2h90cbn62qflwiff6x2addn868bvxa";
sha256 = "1jkacibmxy9rpq5mxnq7bkwcy0c592zk4vf20j5qbbljp9h7c87i";
};
postPatch = ''