Skip to content

Commit

Permalink
manga-tui: add update script
Browse files Browse the repository at this point in the history
  • Loading branch information
youwen5 committed Nov 6, 2024
1 parent 7df9ecf commit 0f6d323
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/by-name/ma/manga-tui/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
sqlite,
stdenv,
darwin,
nix-update-script,
}:
let
version = "0.4.0";
Expand Down Expand Up @@ -60,4 +61,6 @@ rustPlatform.buildRustPackage {
];
mainProgram = "manga-tui";
};

passthru.updateScript = nix-update-script { };
}

0 comments on commit 0f6d323

Please sign in to comment.