diff --git a/pkgs/by-name/rs/rsrpc/package.nix b/pkgs/by-name/rs/rsrpc/package.nix index 12f6e4980eb7..520ca8f644f2 100644 --- a/pkgs/by-name/rs/rsrpc/package.nix +++ b/pkgs/by-name/rs/rsrpc/package.nix @@ -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";