Unverified Commit 4ab2b2e4 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

catppuccin-gtk: 0.7.4 -> 0.7.5
parents 8eaad354 8af9f30c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];