catppuccin-gtk: 0.7.4 -> 0.7.5

This commit is contained in:
isabel 2024-05-19 18:00:19 +01:00
parent 244f3ca611
commit 8af9f30c52
No known key found for this signature in database
GPG Key ID: 5A87C993E20D89A1

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