Unverified Commit fe837b6c authored by isabel's avatar isabel
Browse files

catppuccin-whiskers: add update script

parent 99063854
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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";