diff --git a/overlays/gnome.nix b/overlays/gnome.nix index e6a12ff..7fdad6a 100644 --- a/overlays/gnome.nix +++ b/overlays/gnome.nix @@ -4,7 +4,7 @@ self: super: mutter = gsuper.mutter.overrideAttrs (oldAttrs: { src = super.fetchurl { url = "https://gitlab.gnome.org/Community/Ubuntu/mutter/-/archive/triple-buffering-v4-46/mutter-triple-buffering-v4-46.tar.gz"; - sha256 = "Rdao3TR6wG7YcpoD+nFFiCaE+97G0MreBgwsQJa3GCE="; + sha256 = "5Dow9/wsyeqAQxucegFvPTGIS3jEBFisjSCY3XZronw="; }; }); });