gnome3.mutter328: 3.28.3 -> 3.28.4

Changes since we pulled in everything from gnome-3.28 branch:
4af8d9d475...3.28.4

https://gitlab.gnome.org/GNOME/mutter/blob/3.28.4/NEWS
This commit is contained in:
worldofpeace 2019-05-16 23:04:17 -04:00
parent 353d82bcab
commit 1a7c1989e9

View file

@ -6,14 +6,14 @@
stdenv.mkDerivation rec {
pname = "mutter";
version = "3.28.3";
version = "3.28.4";
src = fetchFromGitLab {
domain = "gitlab.gnome.org";
owner = "GNOME";
repo = pname;
rev = "4af8d9d4752a94612a98d619e65828f0070a7b0e"; # HEAD of https://gitlab.gnome.org/GNOME/mutter/tree/gnome-3-28
sha256 = "1rmc1bf80yq776xhygi1jzgia1y44j2mr2n94vlxgzqc0whamx2v";
rev = version;
sha256 = "0p8ky306dnm4alkncmsnd8r2awpsi37p0bzvkv313pgqw2hbwq9i";
};
patches = [