Loading pkgs/by-name/ta/tarantool/package.nix +3 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,7 @@ git, gbenchmark, nghttp2, nix-update-script, }: stdenv.mkDerivation (finalAttrs: { Loading Loading @@ -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/"; Loading Loading
pkgs/by-name/ta/tarantool/package.nix +3 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,7 @@ git, gbenchmark, nghttp2, nix-update-script, }: stdenv.mkDerivation (finalAttrs: { Loading Loading @@ -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/"; Loading