antigravity-cli: 1.1.8 -> 1.1.11 (#549416)

This commit is contained in:
nixpkgs-ci[bot]
2026-08-05 08:51:12 +00:00
committed by GitHub
+5 -5
View File
@@ -6,8 +6,8 @@
versionCheckHook,
}:
let
version = "1.1.8";
buildId = "6463576488148992";
version = "1.1.11";
buildId = "6181354723999744";
wholeVersion = "${version}-${buildId}";
throwSystem = throw "Unsupported system: ${stdenvNoCC.hostPlatform.system}";
@@ -15,15 +15,15 @@ let
sourceData = {
x86_64-linux = fetchurl {
url = "https://storage.googleapis.com/antigravity-public/antigravity-cli/${wholeVersion}/linux-x64/cli_linux_x64.tar.gz";
hash = "sha256-ph4b0Hgm9hsnsy71jzwgCgik3BSkgPoqhcVSNKZwrCk=";
hash = "sha256-8kOw7R3wtXxw1n5FA76FjmppB8oLFmu8h9Rh5sJaLK0=";
};
aarch64-linux = fetchurl {
url = "https://storage.googleapis.com/antigravity-public/antigravity-cli/${wholeVersion}/linux-arm/cli_linux_arm64.tar.gz";
hash = "sha256-GI7LZIx9sL3vqMSLcJ8/ZZjVrm3JGOx7AIlWD0PQIjI=";
hash = "sha256-m6mj3gLwDPFTcQF22hofNpC06doHEzcSLl/QYlXoPew=";
};
aarch64-darwin = fetchurl {
url = "https://storage.googleapis.com/antigravity-public/antigravity-cli/${wholeVersion}/darwin-arm/cli_mac_arm64.tar.gz";
hash = "sha256-LQ1gOZUpPpannVhjrSpNNy6CO2v6Ym22WkXnDAWOxok=";
hash = "sha256-SK+7wgNOVGjmyt60Kj6XY1kSU85u5Y42WQ8bi7w4vX0=";
};
};
in