Loading pkgs/by-name/ta/tarantool/package.nix +4 −4 Original line number Diff line number Diff line Loading @@ -14,14 +14,14 @@ nghttp2, }: stdenv.mkDerivation rec { stdenv.mkDerivation (finalAttrs: { pname = "tarantool"; version = "3.5.0"; src = fetchFromGitHub { owner = "tarantool"; repo = "tarantool"; tag = version; tag = finalAttrs.version; hash = "sha256-NU+0R07Qrnew7+HeeJu6QnGfktEXFRxSZFwl48vjGZE="; fetchSubmodules = true; }; Loading Loading @@ -63,7 +63,7 @@ stdenv.mkDerivation rec { cmakeFlags = [ "-DENABLE_DIST=ON" "-DTARANTOOL_VERSION=${version}.builtByNix" # expects the commit hash as well "-DTARANTOOL_VERSION=${finalAttrs.version}.builtByNix" # expects the commit hash as well ]; meta = { Loading @@ -73,4 +73,4 @@ stdenv.mkDerivation rec { mainProgram = "tarantool"; maintainers = with lib.maintainers; [ dit7ya ]; }; } }) Loading
pkgs/by-name/ta/tarantool/package.nix +4 −4 Original line number Diff line number Diff line Loading @@ -14,14 +14,14 @@ nghttp2, }: stdenv.mkDerivation rec { stdenv.mkDerivation (finalAttrs: { pname = "tarantool"; version = "3.5.0"; src = fetchFromGitHub { owner = "tarantool"; repo = "tarantool"; tag = version; tag = finalAttrs.version; hash = "sha256-NU+0R07Qrnew7+HeeJu6QnGfktEXFRxSZFwl48vjGZE="; fetchSubmodules = true; }; Loading Loading @@ -63,7 +63,7 @@ stdenv.mkDerivation rec { cmakeFlags = [ "-DENABLE_DIST=ON" "-DTARANTOOL_VERSION=${version}.builtByNix" # expects the commit hash as well "-DTARANTOOL_VERSION=${finalAttrs.version}.builtByNix" # expects the commit hash as well ]; meta = { Loading @@ -73,4 +73,4 @@ stdenv.mkDerivation rec { mainProgram = "tarantool"; maintainers = with lib.maintainers; [ dit7ya ]; }; } })