antigravity: 1.11.3-6583016683339776 -> 1.11.3

This commit is contained in:
ZHAO Jin-Xiang
2025-11-20 14:58:33 +08:00
parent dcf7e1efe7
commit 2af8e4624a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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 {
+1 -1
View File
@@ -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"