Merge pull request #269110 from dixslyf/catppuccin-gtk-0.7.1
catppuccin-gtk: 0.7.0 -> 0.7.1
This commit is contained in:
commit
eee4c95a6e
1 changed files with 5 additions and 2 deletions
|
@ -7,6 +7,7 @@
|
|||
, gtk-engine-murrine
|
||||
, python3
|
||||
, sassc
|
||||
, nix-update-script
|
||||
, accents ? [ "blue" ]
|
||||
, size ? "standard"
|
||||
, tweaks ? [ ]
|
||||
|
@ -28,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 ];
|
||||
|
@ -74,6 +75,8 @@ stdenvNoCC.mkDerivation rec {
|
|||
runHook postInstall
|
||||
'';
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = with lib; {
|
||||
description = "Soothing pastel theme for GTK";
|
||||
homepage = "https://github.com/catppuccin/gtk";
|
||||
|
|
Loading…
Reference in a new issue