From fe837b6c78ef115cdc04bc1a1597940e397dc3c3 Mon Sep 17 00:00:00 2001 From: isabel Date: Sat, 21 Mar 2026 10:59:23 +0000 Subject: [PATCH] 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";