rsrpc: add updateScript

This commit is contained in:
dish
2025-11-24 18:37:48 -05:00
parent db0e7c9daa
commit 06beb7a297
+3
View File
@@ -4,6 +4,7 @@
rustPlatform,
openssl,
pkg-config,
nix-update-script,
}:
rustPlatform.buildRustPackage (finalAttrs: {
@@ -27,6 +28,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
openssl
];
passthru.updateScript = nix-update-script { };
meta = {
changelog = "https://github.com/SpikeHD/rsRPC/releases/tag/v${finalAttrs.version}";
description = "Rust implementation of the Discord RPC server";