mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
tmuxPlugins.catppuccin: unstable-2023-07-15 -> unstable-2023-08-21
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
51a1ec6f4d
commit
5054051144
@ -92,12 +92,12 @@ in rec {
|
||||
|
||||
catppuccin = mkTmuxPlugin {
|
||||
pluginName = "catppuccin";
|
||||
version = "unstable-2023-07-15";
|
||||
version = "unstable-2023-08-21";
|
||||
src = fetchFromGitHub {
|
||||
owner = "catppuccin";
|
||||
repo = "tmux";
|
||||
rev = "e7b50832f9bc59b0b5ef5316ba2cd6f61e4e22fc";
|
||||
hash = "sha256-9ZfUqEKEexSh06QyR5C+tYd4tNfBi3PsA+STzUv4+/s=";
|
||||
rev = "7a284c98e5df4cc84a1a45ad633916f0b2b916b2";
|
||||
hash = "sha256-jxcxW0gEfXaSt8VM3UIs0dKNKaHb8JSEQBBV3SVjW/A=";
|
||||
};
|
||||
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