Merge pull request #309350 from r-ryantm/auto-update/catppuccin-gtk

catppuccin-gtk: 0.7.3 -> 0.7.4
This commit is contained in:
Pol Dellaiera 2024-05-05 22:01:22 +02:00 committed by GitHub
commit e02da765e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,13 +29,13 @@ lib.checkListOfEnum "${pname}: tweaks" validTweaks tweaks
stdenvNoCC.mkDerivation rec {
inherit pname;
version = "0.7.3";
version = "0.7.4";
src = fetchFromGitHub {
owner = "catppuccin";
repo = "gtk";
rev = "v${version}";
hash = "sha256-pGL8vaE63ss2ZT2FoNDfDkeuCxjcbl02RmwwfHC/Vxg=";
hash = "sha256-RFhahwiBTsjeRW71JkAveOHO70O6SbTZhUEvq8oMQ4Y=";
};
nativeBuildInputs = [ gtk3 sassc ];