teamtype: 0.9.0 -> 0.9.1; vscode-extensions.teamtype.teamtype: 0.8.0 -> 0.8.2

Changelog: https://github.com/teamtype/teamtype/releases/tag/v0.9.1
Diff: https://github.com/teamtype/teamtype/compare/v0.9.0...v0.9.1
This commit is contained in:
Jost Alemann
2026-01-28 12:33:34 +01:00
parent 0cd9cba7ca
commit 8e794ff209
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 ];