We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3a40be commit d955e5bCopy full SHA for d955e5b
1 file changed
modules/hm/custom/catppuccin-userstyles.nix
@@ -27,13 +27,13 @@ assert lib.strings.toLower accent == lib.strings.toLower normalizedAccent;
27
28
pkgs.stdenvNoCC.mkDerivation (finalAttrs: {
29
pname = "catppuccin-userstyles";
30
- version = "all-userstyles-export-unstable-2025-05-11";
+ version = "all-userstyles-export-unstable-2025-05-17";
31
32
src = pkgs.fetchFromGitHub {
33
owner = "catppuccin";
34
repo = "userstyles";
35
- rev = "d0ef1a5631c708630b1f0dfe5b6414c378f71f9d";
36
- hash = "sha256-WQmcxvVTVClzQrGCAdgVt/R4eN5NtNuzMU7Sz9ajrqc=";
+ rev = "3abc1102815101ee70ae8bab8e45844c3d25726c";
+ hash = "sha256-8OOBuVSqMiu8w2qfKpUtSviVqHnvgkSJmiJiI148ATc=";
37
};
38
39
buildInputs = builtins.attrValues { inherit (pkgs) deno; };
0 commit comments