Unverified Commit f7995229 authored by nat's avatar nat
Browse files

steamtinkerlaunch: add updateScript

parent e1d10754
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -7,14 +7,15 @@
  procps,
  stdenvNoCC,
  unixtools,
  unstableGitUpdater,
  unzip,
  usbutils,
  util-linux,
  wget,
  writeShellApplication,
  xdotool,
  xorg,
  yad,
  util-linux,
  writeShellApplication,
}:

stdenvNoCC.mkDerivation {
@@ -28,6 +29,10 @@ stdenvNoCC.mkDerivation {
    hash = "sha256-CGtSGAm+52t2zFsPJEsm76w+FEHhbOd9NYuerGa31tc=";
  };

  passthru.updateScript = unstableGitUpdater {
    tagPrefix = "v";
  };

  outputs = [
    "out"
    "steamcompattool"