Commit 8e794ff2 authored by Jost Alemann's avatar Jost Alemann
Browse files

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

parent 0cd9cba7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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 ];