Merge pull request #312938 from isabelroses/update-ctp-gtk

catppuccin-gtk: 0.7.4 -> 0.7.5
This commit is contained in:
Nick Cao 2024-05-20 14:17:04 -04:00 committed by GitHub
commit 4ab2b2e41d
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.4";
version = "0.7.5";
src = fetchFromGitHub {
owner = "catppuccin";
repo = "gtk";
rev = "v${version}";
hash = "sha256-RFhahwiBTsjeRW71JkAveOHO70O6SbTZhUEvq8oMQ4Y=";
hash = "sha256-DIeMdkEjIcPIf/EgE83F5URHY+lR2+hxdc4wSrruFJ8=";
};
nativeBuildInputs = [ gtk3 sassc ];