Merge pull request #256842 from fufexan/catppuccin-gtk

catppuccin-gtk: 0.6.1 -> 0.6.2
This commit is contained in:
Weijia Wang 2023-09-23 20:22:36 +02:00 committed by GitHub
commit e797f8e773
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.1";
version = "0.6.2";
src = fetchFromGitHub {
owner = "catppuccin";
repo = "gtk";
rev = "v${version}";
sha256 = "sha256-b03V/c2do5FSm4Q0yN7V0RuoQX1fYsBd//Hj3R5MESI=";
hash = "sha256-BjdPe3wQBSVMYpeCifq93Cqt/G4bzsZYgOPBTilHqD8=";
};
nativeBuildInputs = [ gtk3 sassc ];
@ -53,9 +53,12 @@ stdenvNoCC.mkDerivation rec {
'';
postPatch = ''
patchShebangs --build colloid/clean-old-theme.sh colloid/install.sh
patchShebangs --build colloid/install.sh
'';
dontConfigure = true;
dontBuild = true;
installPhase = ''
runHook preInstall