From 35bd80424d10fb319b92823e15a7536294ca8cfd Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sat, 2 May 2026 09:47:23 -0500 Subject: [PATCH] sha256 update --- modules/programs/starship.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/programs/starship.nix b/modules/programs/starship.nix index d2998ed..b3f530b 100644 --- a/modules/programs/starship.nix +++ b/modules/programs/starship.nix @@ -4,7 +4,7 @@ inherit pkgs; settings = lib.recursiveUpdate (lib.importTOML (pkgs.fetchurl { url = https://starship.rs/presets/toml/catppuccin-powerline.toml; - sha256 = "0bd8zx0bpri63rnb9dva0rav75d3i2wrzw44h63m75hq5220r26g"; + sha256 = "1jzbbzm3nwdlldq43aj3csp0ps23fsa6x2225z85l0s9qbj4cdy2"; })) { palette = "catppuccin_mocha"; add_newline = true;