We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e45429f commit 5f81343Copy full SHA for 5f81343
pkgs/misc/tmux-plugins/default.nix
@@ -96,7 +96,7 @@ in rec {
96
owner = "catppuccin";
97
repo = "tmux";
98
rev = "v${version}";
99
- hash = "sha256-EHinWa6Zbpumu+ciwcMo6JIIvYFfWWEKH1lwfyZUNTo=";
+ hash = "sha256-vBYBvZrMGLpMU059a+Z4SEekWdQD0GrDqBQyqfkEHPg=";
100
};
101
postInstall = ''
102
sed -i -e 's|''${PLUGIN_DIR}/catppuccin-selected-theme.tmuxtheme|''${TMUX_TMPDIR}/catppuccin-selected-theme.tmuxtheme|g' $target/catppuccin.tmux
0 commit comments