Unverified Commit cd7fb37a authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

espup: Set passthru.updateScript (#392535)

parents 074936e0 4f0aca8b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;
  };