catppuccin-whiskers: add update script
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user