mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
teamtype: 0.9.1 -> 0.9.2
Changelog: https://github.com/teamtype/teamtype/releases/tag/v0.9.2 Diff: https://github.com/teamtype/teamtype/compare/v0.9.1...v0.9.2
This commit is contained in:
@@ -11,18 +11,16 @@
|
||||
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
pname = "teamtype";
|
||||
version = "0.9.1";
|
||||
version = "0.9.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "teamtype";
|
||||
repo = "teamtype";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-74MufpLTACkPevzOyaXw2Rr7S7VvaFEYHEyTQYwKVT8=";
|
||||
hash = "sha256-FsT1ako/3EIPynWuBqCSiwaZtMnsd7ypJnrh+4EDRwM=";
|
||||
};
|
||||
|
||||
sourceRoot = "${finalAttrs.src.name}/daemon";
|
||||
|
||||
cargoHash = "sha256-OIOffnCC9PlT/SXPOuTnKx3feZnkHP+jzbQIJWX0tzk=";
|
||||
cargoHash = "sha256-gphTpVKbmfYJSUasOCtNgyMKI9JU/if8KcH7Lu3Svjs=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
installShellFiles
|
||||
@@ -52,6 +50,16 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
nativeInstallCheckInputs = [ versionCheckHook ];
|
||||
doInstallCheck = true;
|
||||
|
||||
# E2E Tests fail reporting:
|
||||
# Before running e2e tests you must build /build/source/target/debug/teamtype
|
||||
checkFlags = [
|
||||
"--skip=nvim_processes_deltas_correctly"
|
||||
"--skip=nvim_sends_correct_delta"
|
||||
"--skip=nvim_sends_something_to_socket"
|
||||
"--skip=plugin_loaded"
|
||||
"--skip=teamtype_executable_from_nvim"
|
||||
];
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user