tmuxPlugins.catppuccin: use correct hash for v2.1.2 (#385272)
This commit is contained in:
@@ -96,7 +96,7 @@ in rec {
|
||||
owner = "catppuccin";
|
||||
repo = "tmux";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-EHinWa6Zbpumu+ciwcMo6JIIvYFfWWEKH1lwfyZUNTo=";
|
||||
hash = "sha256-vBYBvZrMGLpMU059a+Z4SEekWdQD0GrDqBQyqfkEHPg=";
|
||||
};
|
||||
postInstall = ''
|
||||
sed -i -e 's|''${PLUGIN_DIR}/catppuccin-selected-theme.tmuxtheme|''${TMUX_TMPDIR}/catppuccin-selected-theme.tmuxtheme|g' $target/catppuccin.tmux
|
||||
|
||||
Reference in New Issue
Block a user