From f1719d7ed48c0ef8dda788a7a7c2336f73032f12 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Mon, 27 May 2024 21:20:34 +0100 Subject: [PATCH] chore(fish): update commit hash --- home/apps/fish.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/apps/fish.nix b/home/apps/fish.nix index 67a7f57..7c6c055 100644 --- a/home/apps/fish.nix +++ b/home/apps/fish.nix @@ -353,11 +353,11 @@ in { "fish/functions" = symlink "home/apps/fish/functions" {recursive = true;}; "fish/themes/Catppuccin Mocha.theme".text = builtins.readFile (pkgs.fetchurl { url = "https://raw.githubusercontent.com/catppuccin/fish/main/themes/Catppuccin%20Mocha.theme"; - sha256 = "sha256-MlI9Bg4z6uGWnuKQcZoSxPEsat9vfi5O1NkeYFaEb2I="; + sha256 = "sha256-kdA9Vh23nz9FW2rfOys9JVmj9rtr7n8lZUPK8cf7pGE="; }); "fish/themes/Catppuccin Latte.theme".text = builtins.readFile (pkgs.fetchurl { url = "https://raw.githubusercontent.com/catppuccin/fish/main/themes/Catppuccin%20Latte.theme"; - sha256 = "sha256-SL19zcXf+Df1BeH+nfI63t3qpDmRISHGRtaEP36mojE="; + sha256 = "sha256-JV/IP87u11NgLtfsXaNciewCDDqWtFArHlixLOG0l7E="; }); }; }