Unverified Commit 3a36c56e authored by kirillrdy's avatar kirillrdy Committed by GitHub
Browse files

antigravity: 1.11.3-6583016683339776 -> 1.11.3 (#463071)

parents 0aabef5d 2af8e462
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ let
    (lib.importJSON ./sources.json)."${hostPlatform.system}"
      or (throw "antigravity: unsupported system ${hostPlatform.system}");

  version = "1.11.3-6583016683339776";
  version = "1.11.3";
  vscodeVersion = "1.104.0";
in
callPackage vscode-generic {
@@ -43,6 +43,8 @@ callPackage vscode-generic {
  tests = { };
  updateScript = ./update.sh;

  dontFixup = hostPlatform.isDarwin;

  meta = {
    mainProgram = "antigravity";
    description = "Agentic development platform, evolving the IDE into the agent-first era";
@@ -57,6 +59,9 @@ callPackage vscode-generic {
      "x86_64-darwin"
      "aarch64-darwin"
    ];
    maintainers = with lib.maintainers; [ Zaczero ];
    maintainers = with lib.maintainers; [
      xiaoxiangmoe
      Zaczero
    ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ linux_x86_64_url=$(
# Extract version and check for update
version=$(
  printf '%s\n' "$linux_x86_64_url" \
    | sed -n 's#.*/stable/\([^/]*\)/linux-x64/Antigravity.tar.gz#\1#p'
    | sed -n 's#.*/stable/\([^-]*\)-[0-9]*/linux-x64/Antigravity.tar.gz#\1#p'
)
echo "Version: $version"