We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 75adf0a + 86e0417 commit d1ddd4cCopy full SHA for d1ddd4c
pkgs/by-name/ca/catppuccin-kvantum/package.nix
@@ -33,13 +33,13 @@ lib.checkListOfEnum "${pname}: theme accent"
33
stdenvNoCC.mkDerivation
34
{
35
inherit pname;
36
- version = "0-unstable-2024-10-25";
+ version = "0-unstable-2025-04-22";
37
38
src = fetchFromGitHub {
39
owner = "catppuccin";
40
repo = "Kvantum";
41
- rev = "a87694e0a3c97644dbb34f8835112d17b54ace68";
42
- hash = "sha256-eQmEeKC+L408ajlNg3oKMnDK6Syy2GV6FrR2TN5ZBCg=";
+ rev = "bc98ccaf9e64a354dd752c24605d4e3a9fe5bfd2";
+ hash = "sha256-9DVVUFWhKNe2x3cNVBI78Yf5reh3L22Jsu1KKpKLYsU=";
43
};
44
45
installPhase = ''
0 commit comments