Commit 365f7c1c authored by kyehn's avatar kyehn
Browse files

tarantool: add updateScript

parent a866a39a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@
  git,
  gbenchmark,
  nghttp2,
  nix-update-script,
}:

stdenv.mkDerivation (finalAttrs: {
@@ -66,6 +67,8 @@ stdenv.mkDerivation (finalAttrs: {
    "-DTARANTOOL_VERSION=${finalAttrs.version}.builtByNix" # expects the commit hash as well
  ];

  passthru.updateScript = nix-update-script { extraArgs = [ "--use-github-releases" ]; };

  meta = {
    description = "In-memory computing platform consisting of a database and an application server";
    homepage = "https://www.tarantool.io/";