From bb1bad357909a5732b78d1914f2bd7184d7152db Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Sat, 15 Jun 2024 21:41:54 +0100 Subject: [PATCH] Update GNOME overlay SHA --- overlays/gnome.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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="; }; }); });