electrs: set passthru.updateScript

This commit is contained in:
Erik Arvstedt 2022-11-03 18:17:34 +01:00
parent a633c0e2e2
commit b259595532
No known key found for this signature in database
GPG Key ID: 33312B944DD97846

View File

@ -33,6 +33,8 @@ rustPlatform.buildRustPackage rec {
buildInputs = lib.optionals stdenv.isDarwin [ Security ];
passthru.updateScript = ./update.sh;
meta = with lib; {
description = "An efficient re-implementation of Electrum Server in Rust";
homepage = "https://github.com/romanz/electrs";