Commit db0e7c9d authored by dish's avatar dish
Browse files

openspeedrun: add updateScript

parent 64536c86
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@
  libxkbcommon,
  libGL,
  autoPatchelfHook,
  nix-update-script,
}:

rustPlatform.buildRustPackage (finalAttrs: {
@@ -35,6 +36,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
    "libgcc_s.so.1"
  ];

  passthru.updateScript = nix-update-script { };

  meta = {
    changelog = "https://github.com/SrWither/OpenSpeedRun/releases/tag/v${finalAttrs.version}";
    description = "Modern and minimalistic open-source speedrun timer";