mdterm: add passthru.updateScript

This commit is contained in:
Pavel Borzenkov
2026-06-30 14:27:13 +02:00
parent 33e6d0bf86
commit ebb6df49c4
+3
View File
@@ -2,6 +2,7 @@
lib,
rustPlatform,
fetchFromGitHub,
nix-update-script,
}:
rustPlatform.buildRustPackage (finalAttrs: {
@@ -19,6 +20,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
cargoHash = "sha256-YUPKUFfbzL/1peXEAX5EDehWq4hFwxJLkP2DBDkY23E=";
passthru.updateScript = nix-update-script { };
meta = {
description = "A terminal-based Markdown browser";
homepage = "https://github.com/bahdotsh/mdterm";