From 9062f2040d7c236a849b1809e2df3d3ef71a4c54 Mon Sep 17 00:00:00 2001 From: isabel Date: Sat, 21 Mar 2026 10:57:40 +0000 Subject: [PATCH 1/3] catppuccin-whiskers: 2.5.1 -> 2.9.0 Diff: https://github.com/catppuccin/whiskers/compare/v2.5.1...v2.9.0 --- pkgs/by-name/ca/catppuccin-whiskers/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/ca/catppuccin-whiskers/package.nix b/pkgs/by-name/ca/catppuccin-whiskers/package.nix index d3ad5a0bca9f..72a20c533737 100644 --- a/pkgs/by-name/ca/catppuccin-whiskers/package.nix +++ b/pkgs/by-name/ca/catppuccin-whiskers/package.nix @@ -4,7 +4,7 @@ rustPlatform, }: let - version = "2.5.1"; + version = "2.9.0"; in rustPlatform.buildRustPackage { pname = "catppuccin-whiskers"; @@ -14,10 +14,10 @@ rustPlatform.buildRustPackage { owner = "catppuccin"; repo = "whiskers"; tag = "v${version}"; - hash = "sha256-OLEXy9MCrPQu1KWICsYhe/ayVqxkYIFwyJoJhgiNDz4="; + hash = "sha256-KU2cHBtz9rdfhulINRaQm+YZ7n8OBULrSHSSxmoitnk="; }; - cargoHash = "sha256-CVg7kcOTRa8KfDwiJHQhTPQfK6g3jOMa4h/BCUo3ehw="; + cargoHash = "sha256-40IPDdxKTWYxsCfsECsXDGwfxXiTEIelxIGAFv3xlU4="; meta = { homepage = "https://github.com/catppuccin/whiskers"; From 990638546271c98b9d1d8c995b8c32531474a24a Mon Sep 17 00:00:00 2001 From: isabel Date: Sat, 21 Mar 2026 10:58:21 +0000 Subject: [PATCH 2/3] catppuccin-whiskers: add isabelroses as maintainer --- pkgs/by-name/ca/catppuccin-whiskers/package.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/by-name/ca/catppuccin-whiskers/package.nix b/pkgs/by-name/ca/catppuccin-whiskers/package.nix index 72a20c533737..e5802acdfaf9 100644 --- a/pkgs/by-name/ca/catppuccin-whiskers/package.nix +++ b/pkgs/by-name/ca/catppuccin-whiskers/package.nix @@ -23,7 +23,10 @@ rustPlatform.buildRustPackage { homepage = "https://github.com/catppuccin/whiskers"; description = "Templating tool to simplify the creation of Catppuccin ports"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ Name ]; + maintainers = with lib.maintainers; [ + Name + isabelroses + ]; mainProgram = "whiskers"; }; } From fe837b6c78ef115cdc04bc1a1597940e397dc3c3 Mon Sep 17 00:00:00 2001 From: isabel Date: Sat, 21 Mar 2026 10:59:23 +0000 Subject: [PATCH 3/3] catppuccin-whiskers: add update script --- pkgs/by-name/ca/catppuccin-whiskers/package.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/by-name/ca/catppuccin-whiskers/package.nix b/pkgs/by-name/ca/catppuccin-whiskers/package.nix index e5802acdfaf9..7d28f73047ca 100644 --- a/pkgs/by-name/ca/catppuccin-whiskers/package.nix +++ b/pkgs/by-name/ca/catppuccin-whiskers/package.nix @@ -2,6 +2,7 @@ lib, fetchFromGitHub, rustPlatform, + nix-update-script, }: let version = "2.9.0"; @@ -19,6 +20,8 @@ rustPlatform.buildRustPackage { cargoHash = "sha256-40IPDdxKTWYxsCfsECsXDGwfxXiTEIelxIGAFv3xlU4="; + passthru.updateScript = nix-update-script { }; + meta = { homepage = "https://github.com/catppuccin/whiskers"; description = "Templating tool to simplify the creation of Catppuccin ports";