teamtype: 0.9.0 -> 0.9.1; vscode-extensions.teamtype.teamtype: 0.8.0 -> 0.8.2 (#484704)

This commit is contained in:
Weijia Wang
2026-01-28 22:35:29 +00:00
committed by GitHub
2 changed files with 5 additions and 5 deletions
@@ -7,8 +7,8 @@ vscode-utils.buildVscodeMarketplaceExtension {
mktplcRef = {
publisher = "teamtype";
name = "teamtype";
version = "0.8.0";
hash = "sha256-p9bynTMmCn6pu7SVEABeSawv9VjWpE8KecQOeIsE/LE=";
version = "0.8.2";
hash = "sha256-qVZf+fOrdnDJzRUVA3GhTUDLhdJrH2tPRgvYW+ymVGw=";
};
meta = {
+3 -3
View File
@@ -9,18 +9,18 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "teamtype";
version = "0.9.0";
version = "0.9.1";
src = fetchFromGitHub {
owner = "teamtype";
repo = "teamtype";
tag = "v${finalAttrs.version}";
hash = "sha256-B/4xR16cEG90fK12XQqjlpWzd6tyUVYXOBXK0j5fvNU=";
hash = "sha256-74MufpLTACkPevzOyaXw2Rr7S7VvaFEYHEyTQYwKVT8=";
};
sourceRoot = "${finalAttrs.src.name}/daemon";
cargoHash = "sha256-yuAk4SqYzNK1gD6lqVVDOyAJNq/NIf44DWdZ3aM/Q8s=";
cargoHash = "sha256-OIOffnCC9PlT/SXPOuTnKx3feZnkHP+jzbQIJWX0tzk=";
nativeBuildInputs = [ installShellFiles ];