From 539dbd5c405cc589c7dd14b1df93aff3fd137451 Mon Sep 17 00:00:00 2001 From: Gabriel Fontes Date: Tue, 18 Mar 2025 07:12:16 -0300 Subject: [PATCH] fix(overlays): update hyprbars --- overlays/default.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/overlays/default.nix b/overlays/default.nix index 44ab1a70..abf6a016 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -50,6 +50,17 @@ in { ]; }; + hyprlandPlugins = prev.hyprlandPlugins // { + hyprbars = prev.hyprlandPlugins.hyprbars.overrideAttrs (old: { + src = "${final.fetchFromGitHub { + owner = "hyprwm"; + repo = "hyprland-plugins"; + rev = "6d525bcfea005d399f4f603f6d9321f7281ddb6e"; + hash = "sha256-IGp1AcZvYZ/R+AO0Znd+i+eQuEnQfkg/6AshoYPyUIg="; + }}/hyprbars"; + }); + }; + # https://github.com/mdellweg/pass_secret_service/pull/37 pass-secret-service = addPatches prev.pass-secret-service [./pass-secret-service-native.diff];