Merge pull request #258539 from dixslyf/catppuccin-gtk-0.7.0

catppuccin-gtk: 0.6.2 -> 0.7.0
This commit is contained in:
Nick Cao 2023-10-02 09:34:39 -04:00 committed by GitHub
commit 65fabf09f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];
};
}