fix url for tmux coal

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-04-29 14:09:27 -05:00
parent 737e65e994
commit 9622f1c214

View file

@ -24,7 +24,7 @@
{ {
plugin = catppuccin.overrideAttrs (_: { plugin = catppuccin.overrideAttrs (_: {
src = pkgs.fetchgit { src = pkgs.fetchgit {
url = "https://git.joshuabell.xyz/tmux-catppuccin-coal.git"; url = "https://git.joshuabell.xyz/ringofstorms/tmux-catppuccin-coal.git";
rev = "d078123cd81c0dbb3f780e8575a9d38fe2023e1b"; rev = "d078123cd81c0dbb3f780e8575a9d38fe2023e1b";
sha256 = "sha256-qPY/dovDyut5WoUkZ26F2w3fJVmw4gcC+6l2ugsA65Y="; sha256 = "sha256-qPY/dovDyut5WoUkZ26F2w3fJVmw4gcC+6l2ugsA65Y=";
}; };