From 896bd7b217ccd2c2806b5a8bde41129bd802fee8 Mon Sep 17 00:00:00 2001 From: prescientmoon Date: Mon, 26 Aug 2024 18:40:58 +0200 Subject: [PATCH] Update catppuccin hashes --- home/features/desktop/discord/themes.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/home/features/desktop/discord/themes.nix b/home/features/desktop/discord/themes.nix index 60c1b5f..bc1edd6 100644 --- a/home/features/desktop/discord/themes.nix +++ b/home/features/desktop/discord/themes.nix @@ -2,19 +2,19 @@ lib.fix (self: { "Catppuccin Mocha" = fetchurl { url = "https://catppuccin.github.io/discord/dist/catppuccin-mocha.theme.css"; - sha256 = "01j5xhzpy3a68qlrzchzclj7mnxj106bwxq2vyvxw7fd2n3zn96b"; + sha256 = "1gafrnm5mz8zh63zvcr3jp5fkzs9l0xnpwq3b4k7sbbzwg04nzw5"; }; "Catppuccin Frappe" = fetchurl { url = "https://catppuccin.github.io/discord/dist/catppuccin-frappe.theme.css"; - sha256 = "037jr133zw04sslkl1hdspkqqb40c3a7hcs72lzjlimaqhnxd044"; + sha256 = "05y43fcwgy4sv9q6c49r5c92jzvq8vjrk05wy2zblp5v7zrli7sl"; }; "Catppuccin Latte" = fetchurl { url = "https://catppuccin.github.io/discord/dist/catppuccin-latte.theme.css"; - sha256 = "1bijp2ysm7ifah6xqz95ag4hi7k7r0s9c8jz0s5a4b00k59qd6qc"; + sha256 = "1c7vwr8f6sip7lsyp770hm170pnld1ikvqdsh2fxlsdkkn6ay2k3"; }; "Catppuccin Macchiato" = fetchurl { url = "https://catppuccin.github.io/discord/dist/catppuccin-macchiato.theme.css"; - sha256 = "1ggw9iyn7d7z0sv784kgmxbf94xvwn2cnkd8g08xzy5c17gky6ln"; + sha256 = "11vig9i5kwhcbblspcp928gf4mvvp3v0qsibmh82wyxyw9ddzr7d"; }; default.dark = self."Catppuccin Macchiato"; default.light = self."Catppuccin Latte";