Unverified Commit f439c3e8 authored by Heitor Augusto's avatar Heitor Augusto
Browse files

rojo: add updateScript

parent 5a3ea8c3
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
  fetchFromGitHub,
  pkg-config,
  openssl,
  nix-update-script,
}:
rustPlatform.buildRustPackage (finalAttrs: {
  pname = "rojo";
@@ -30,6 +31,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
  # tests flaky on darwin on hydra
  doCheck = !stdenv.hostPlatform.isDarwin;

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

  meta = {
    changelog = "https://github.com/rojo-rbx/rojo/blob/v${finalAttrs.version}/CHANGELOG.md";
    description = "Project management tool for Roblox";