mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
tmuxPlugins.catppuccin: unstable-2022-04-03 -> unstable-2023-07-15
This commit is contained in:
parent
9a1074ae6b
commit
a223c2ac27
@ -92,12 +92,12 @@ in rec {
|
||||
|
||||
catppuccin = mkTmuxPlugin {
|
||||
pluginName = "catppuccin";
|
||||
version = "unstable-2023-04-03";
|
||||
version = "unstable-2023-07-15";
|
||||
src = fetchFromGitHub {
|
||||
owner = "catppuccin";
|
||||
repo = "tmux";
|
||||
rev = "4e48b09a76829edc7b55fbb15467cf0411f07931";
|
||||
sha256 = "sha256-bXEsxt4ozl3cAzV3ZyvbPsnmy0RAdpLxHwN82gvjLdU=";
|
||||
rev = "e7b50832f9bc59b0b5ef5316ba2cd6f61e4e22fc";
|
||||
hash = "sha256-9ZfUqEKEexSh06QyR5C+tYd4tNfBi3PsA+STzUv4+/s=";
|
||||
};
|
||||
postInstall = ''
|
||||
sed -i -e 's|''${PLUGIN_DIR}/catppuccin-selected-theme.tmuxtheme|''${TMUX_TMPDIR}/catppuccin-selected-theme.tmuxtheme|g' $target/catppuccin.tmux
|
||||
|
Loading…
Reference in New Issue
Block a user