catppuccin-gtk: 0.6.2 -> 0.7.0

This commit is contained in:
Dixon Sean Low Yan Feng 2023-10-02 15:10:20 +08:00
parent 6d0a1d4ceb
commit 157406aa10
No known key found for this signature in database
GPG key ID: A9F388161E9B90C7

View file

@ -28,13 +28,13 @@ lib.checkListOfEnum "${pname}: tweaks" validTweaks tweaks
stdenvNoCC.mkDerivation rec {
inherit pname;
version = "0.6.2";
version = "0.7.0";
src = fetchFromGitHub {
owner = "catppuccin";
repo = "gtk";
rev = "v${version}";
hash = "sha256-BjdPe3wQBSVMYpeCifq93Cqt/G4bzsZYgOPBTilHqD8=";
hash = "sha256-J1iLN2FF3Ml/3zmntXYlfkv6dZcwl62A9X4ruAH1ll4=";
};
nativeBuildInputs = [ gtk3 sassc ];
@ -79,6 +79,6 @@ stdenvNoCC.mkDerivation rec {
homepage = "https://github.com/catppuccin/gtk";
license = licenses.gpl3Plus;
platforms = platforms.linux;
maintainers = [ maintainers.fufexan ];
maintainers = with maintainers; [ fufexan PlayerNameHere ];
};
}