catppuccin-whiskers: add update script

This commit is contained in:
isabel
2026-03-21 10:59:23 +00:00
parent 9906385462
commit fe837b6c78
@@ -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";