Unverified Commit 8bab6083 authored by isabel's avatar isabel Committed by GitHub
Browse files

magnetic-catppuccin-gtk: 0-unstable-2024-11-06 → 0-unstable-2025-04-25 (#413700)

parents 3b6ac193 5b77c89e
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -59,13 +59,13 @@ lib.checkListOfEnum "${pname} Valid theme accent(s)" validAccents accent lib.che
  stdenv.mkDerivation
  {
    pname = "magnetic-${lib.toLower pname}";
    version = "0-unstable-2024-11-06";
    version = "0-unstable-2025-04-25";

    src = fetchFromGitHub {
      owner = "Fausto-Korpsvart";
      repo = "Catppuccin-GTK-Theme";
      rev = "be79b8289200aa1a17620f84dde3fe4c3b9c5998";
      hash = "sha256-QItHmYZpe7BiPC+2CtFwiRXyMTG7+ex0sJTs63xmkAo=";
      rev = "c961826d027ed93fae12a9a309616e36d140e6b9";
      hash = "sha256-7F4FrhM+kBFPeLp2mjmYkoDiF9iKDUkC27LUBuFyz7g=";
    };

    nativeBuildInputs = [
@@ -101,11 +101,11 @@ lib.checkListOfEnum "${pname} Valid theme accent(s)" validAccents accent lib.che
      runHook postInstall
    '';

    meta = with lib; {
    meta = {
      description = "GTK Theme with Catppuccin colour scheme";
      homepage = "https://github.com/Fausto-Korpsvart/Catppuccin-GTK-Theme";
      license = licenses.gpl3Only;
      maintainers = with maintainers; [ icy-thought ];
      platforms = platforms.all;
      license = lib.licenses.gpl3Only;
      maintainers = with lib.maintainers; [ icy-thought ];
      platforms = lib.platforms.all;
    };
  }