Commit 165c6e30 authored by Caleb Chase's avatar Caleb Chase
Browse files

sauce-connect: use update script

Previously wrote an update script for this package but overlooked
configuring passthru.updateScript in order for it to be used.
parent 5604753f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@ stdenv.mkDerivation rec {
      };
      aarch64-darwin = passthru.sources.x86_64-darwin;
    };
    updateScript = ./update.sh;
  };

  src = passthru.sources.${stdenv.hostPlatform.system}