tmuxPlugins.catppuccin: 2.1.2 -> 2.1.3 (#394641)

This commit is contained in:
Jon Seager
2025-03-30 17:36:37 +01:00
committed by GitHub
+2 -2
View File
@@ -91,12 +91,12 @@ in {
catppuccin = mkTmuxPlugin rec {
pluginName = "catppuccin";
version = "2.1.2";
version = "2.1.3";
src = fetchFromGitHub {
owner = "catppuccin";
repo = "tmux";
rev = "v${version}";
hash = "sha256-vBYBvZrMGLpMU059a+Z4SEekWdQD0GrDqBQyqfkEHPg=";
hash = "sha256-Is0CQ1ZJMXIwpDjrI5MDNHJtq+R3jlNcd9NXQESUe2w=";
};
postInstall = ''
sed -i -e 's|''${PLUGIN_DIR}/catppuccin-selected-theme.tmuxtheme|''${TMUX_TMPDIR}/catppuccin-selected-theme.tmuxtheme|g' $target/catppuccin.tmux