Skip to content

Commit 9e5af41

Browse files
committed
add waybar: network IPv4/6 fix Alexays/Waybar#3959
1 parent 58e8a84 commit 9e5af41

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages/waybar.nix

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# TODO https://github.com/Alexays/Waybar/pull/3959
2+
pkgs: pkgs.waybar.overrideAttrs (old: {
3+
src = pkgs.fetchFromGitHub {
4+
inherit (old.src) owner repo;
5+
rev = "5e4dac1c0aebd6c4ad1f358f09e1cfd06a95d529";
6+
hash = "sha256-W5LLXmz3l7DIDC1A9eQiexXpEWumrrnqbfWsfgFWMXM=";
7+
};
8+
})

0 commit comments

Comments
 (0)