tmuxPlugins.catppuccin: use correct hash for v2.1.2 (#385272)

This commit is contained in:
Arne Keller
2025-02-26 17:52:20 +01:00
committed by GitHub
+1 -1
View File
@@ -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