diff --git a/modules/gui.nix b/modules/gui.nix index af7293f..91c1007 100644 --- a/modules/gui.nix +++ b/modules/gui.nix @@ -5,10 +5,10 @@ with pkgs; let waybar-audio-patch = waybar.overrideAttrs (old: rec { src = fetchFromGitHub { - owner = "IsaacWoods"; + owner = "Alexays"; repo = "Waybar"; - rev = "cfe363daf4d9389971adbf1b791a3573344bf1c5"; - sha256 = "sha256-y7n3qXhJU/Ku1Pz85Cl7+RyQbYCgPmmuSyj4DQZW8BU="; + rev = "ebdf575d45c0e4f8c6f6ce484fbbf5375ed8dbba"; + sha256 = "WTdy9zGhidk56CjmSuFDigfa64O9ZNd5GpfpCVrL8i0="; }; });