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

This commit is contained in:
isabel
2025-06-03 21:52:05 +02:00
committed by GitHub
@@ -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;
};
}