espup: Set passthru.updateScript (#392535)

This commit is contained in:
Wolfgang Walther 2025-04-06 21:24:59 +00:00 committed by GitHub
commit cd7fb37a99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,6 +12,7 @@
darwin,
testers,
espup,
gitUpdater,
}:
rustPlatform.buildRustPackage rec {
@ -67,6 +68,7 @@ rustPlatform.buildRustPackage rec {
--zsh <($out/bin/espup completions zsh)
'';
passthru.updateScript = gitUpdater { };
passthru.tests.version = testers.testVersion {
package = espup;
};