catppuccin-gtk: 0.7.0 -> 0.7.1

This commit is contained in:
Dixon Sean Low Yan Feng 2023-11-22 11:32:17 +08:00
parent 7d3637caed
commit ec55f4684e
No known key found for this signature in database
GPG Key ID: A9F388161E9B90C7

View File

@ -29,13 +29,13 @@ lib.checkListOfEnum "${pname}: tweaks" validTweaks tweaks
stdenvNoCC.mkDerivation rec {
inherit pname;
version = "0.7.0";
version = "0.7.1";
src = fetchFromGitHub {
owner = "catppuccin";
repo = "gtk";
rev = "v${version}";
hash = "sha256-J1iLN2FF3Ml/3zmntXYlfkv6dZcwl62A9X4ruAH1ll4=";
hash = "sha256-V3JasiHaATbVDQJeJPeFq5sjbkQnSMbDRWsaRzGccXU=";
};
nativeBuildInputs = [ gtk3 sassc ];