diff options
Diffstat (limited to 'pkgs/by-name/ca/catppuccin-qt5ct/package.nix')
| -rw-r--r-- | pkgs/by-name/ca/catppuccin-qt5ct/package.nix | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/pkgs/by-name/ca/catppuccin-qt5ct/package.nix b/pkgs/by-name/ca/catppuccin-qt5ct/package.nix index d0b4c5380931..9212dab435e5 100644 --- a/pkgs/by-name/ca/catppuccin-qt5ct/package.nix +++ b/pkgs/by-name/ca/catppuccin-qt5ct/package.nix @@ -5,27 +5,31 @@ }: stdenvNoCC.mkDerivation { pname = "catppuccin-qt5ct"; - version = "2023-03-21"; + version = "0-unstable-2025-03-29"; src = fetchFromGitHub { owner = "catppuccin"; repo = "qt5ct"; - rev = "89ee948e72386b816c7dad72099855fb0d46d41e"; - hash = "sha256-t/uyK0X7qt6qxrScmkTU2TvcVJH97hSQuF0yyvSO/qQ="; + rev = "cb585307edebccf74b8ae8f66ea14f21e6666535"; + hash = "sha256-wDj6kQ2LQyMuEvTQP6NifYFdsDLT+fMCe3Fxr8S783w="; }; installPhase = '' runHook preInstall - mkdir -p $out/share/qt5ct + mkdir -p $out/share/qt{5,6}ct cp -r themes $out/share/qt5ct/colors + cp -r themes $out/share/qt6ct/colors runHook postInstall ''; - meta = with lib; { - description = "Soothing pastel theme for qt5ct"; + meta = { + description = "Soothing pastel theme for qt5ct & qt6ct"; homepage = "https://github.com/catppuccin/qt5ct"; - license = licenses.mit; - maintainers = with maintainers; [ pluiedev ]; - platforms = platforms.all; + license = lib.licenses.mit; + maintainers = with lib.maintainers; [ + pluiedev + nullcube + ]; + platforms = lib.platforms.all; }; } |
