jocalsend: add passthru.updateScript (#510366)

This commit is contained in:
Stanisław Pitucha
2026-04-16 12:32:32 +00:00
committed by GitHub
+3
View File
@@ -4,6 +4,7 @@
rustPlatform,
pkg-config,
openssl,
nix-update-script,
}:
rustPlatform.buildRustPackage (finalAttrs: {
@@ -28,6 +29,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
openssl
];
passthru.updateScript = nix-update-script { };
meta = {
homepage = "https://git.kittencollective.com/nebkor/joecalsend";
description = "Rust terminal client for Localsend";