From 15871451e0561183e8cfe2350da289b0cd60c839 Mon Sep 17 00:00:00 2001 From: coolneng Date: Sun, 30 Oct 2022 11:44:40 +0100 Subject: [PATCH] Replace waybar fork with original head version --- modules/gui.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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="; }; });