diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2024-07-27 03:51:32 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-27 03:51:32 +0000 |
| commit | 280b23cb2a649c9af01befabab86d910c54085fc (patch) | |
| tree | 4ee5a05005899312913b2d694d70f807cdbe73b3 | |
| parent | 05803aa679156ce52c8f5ab6fe58f3ca05a6eb7b (diff) | |
update slstatus rev
| -rw-r--r-- | configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configuration.nix b/configuration.nix index 4ab749b..44785eb 100644 --- a/configuration.nix +++ b/configuration.nix @@ -119,7 +119,7 @@ (slstatus.overrideAttrs { src = fetchGit { url = "https://github.com/ozpv/slstatus.git"; - rev = "874542297f3a3350bac02996639461535e63c076"; + rev = "d8a6d891cba4217d52e325b4107072473c174e45"; }; }) (callPackage ./apps/powermenu.nix {}) |
