Skip to content

Commit d955e5b

Browse files
committed
modules/hm/custom/catppuccin-userstyles: 2025-05-{11 -> 17}
1 parent d3a40be commit d955e5b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

modules/hm/custom/catppuccin-userstyles.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ assert lib.strings.toLower accent == lib.strings.toLower normalizedAccent;
2727

2828
pkgs.stdenvNoCC.mkDerivation (finalAttrs: {
2929
pname = "catppuccin-userstyles";
30-
version = "all-userstyles-export-unstable-2025-05-11";
30+
version = "all-userstyles-export-unstable-2025-05-17";
3131

3232
src = pkgs.fetchFromGitHub {
3333
owner = "catppuccin";
3434
repo = "userstyles";
35-
rev = "d0ef1a5631c708630b1f0dfe5b6414c378f71f9d";
36-
hash = "sha256-WQmcxvVTVClzQrGCAdgVt/R4eN5NtNuzMU7Sz9ajrqc=";
35+
rev = "3abc1102815101ee70ae8bab8e45844c3d25726c";
36+
hash = "sha256-8OOBuVSqMiu8w2qfKpUtSviVqHnvgkSJmiJiI148ATc=";
3737
};
3838

3939
buildInputs = builtins.attrValues { inherit (pkgs) deno; };

0 commit comments

Comments
 (0)