catppuccin-gtk: 0.7.3 -> 0.7.4

This commit is contained in:
R. Ryantm 2024-05-05 18:42:25 +00:00
parent 8a50cbb3a5
commit 672955b5c8

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