Skip to content

Commit 5f81343

Browse files
committed
tmuxPlugins.catppuccin: use correct hash for v2.1.2
1 parent e45429f commit 5f81343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/misc/tmux-plugins/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ in rec {
9696
owner = "catppuccin";
9797
repo = "tmux";
9898
rev = "v${version}";
99-
hash = "sha256-EHinWa6Zbpumu+ciwcMo6JIIvYFfWWEKH1lwfyZUNTo=";
99+
hash = "sha256-vBYBvZrMGLpMU059a+Z4SEekWdQD0GrDqBQyqfkEHPg=";
100100
};
101101
postInstall = ''
102102
sed -i -e 's|''${PLUGIN_DIR}/catppuccin-selected-theme.tmuxtheme|''${TMUX_TMPDIR}/catppuccin-selected-theme.tmuxtheme|g' $target/catppuccin.tmux

0 commit comments

Comments
 (0)