fix(pkgs/hyprbars): update

This commit is contained in:
Gabriel Fontes
2024-08-19 11:11:06 -03:00
parent 95393f06db
commit bed2a43342
2 changed files with 2 additions and 4 deletions
-2
View File
@@ -98,7 +98,5 @@ in {
.override {
nix = final.nixVersions.nix_2_22;
};
hyprbars = addPatches prev.hyprbars [./hyprbars-color-windowrules.patch];
};
}
+2 -2
View File
@@ -5,8 +5,8 @@ hyprlandPlugins.mkHyprlandPlugin hyprland {
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprland-plugins";
rev = "135de7b88649dbe5fea8c997447bdc9d6f15ad86";
hash = "sha256-VPXoV9osFbbjCmOnwN+8/7P1508SCp7CO7Y06AayQqs=";
rev = "b73d7b901d8cb1172dd25c7b7159f0242c625a77";
hash = "sha256-dPcWAeRJoG5CyWC32X3XX+Og0v/k1/S1N0T5dQWT32k=";
};
sourceRoot = "source/hyprbars";