antigravity-cli: 1.0.7 -> 1.0.8

This commit is contained in:
Adriel Velazquez
2026-06-11 14:42:04 +00:00
parent 887d1fd5de
commit ddb89b0a77
+5 -5
View File
@@ -6,7 +6,7 @@
versionCheckHook,
}:
let
wholeVersion = "1.0.7-5858071034068992"; # unfortunately this has dumb versioning
wholeVersion = "1.0.8-5528783575449600"; # unfortunately this has dumb versioning
version = builtins.head (lib.splitString "-" wholeVersion);
throwSystem = throw "Unsupported system: ${stdenvNoCC.hostPlatform.system}";
@@ -14,19 +14,19 @@ 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-8kaHmc0XPAPuATHb4rrkMhUzBqaLqi7n1UQPFcRB4Go=";
hash = "sha256-AEyMjOuzar2mYlUuAGTlFLNBZZsNU09/1A0qM9htE34=";
};
aarch64-linux = fetchurl {
url = "https://storage.googleapis.com/antigravity-public/antigravity-cli/${wholeVersion}/linux-arm/cli_linux_arm64.tar.gz";
hash = "sha256-3ylG6ZW/9AuKydzzyMLtqC1ec2NnixFG/CJih26S0K0=";
hash = "sha256-C6+/uDFR+8SRbEdHdNdb4XsfQ/Kd/osRFjwJzcHcCLo=";
};
aarch64-darwin = fetchurl {
url = "https://storage.googleapis.com/antigravity-public/antigravity-cli/${wholeVersion}/darwin-arm/cli_mac_arm64.tar.gz";
hash = "sha256-e4VhL/9rUNgE2XyW8REz8QXEbzwsUFg41xNpUHfNLK0=";
hash = "sha256-BLYP6zMWtjBWToZQY0vFha2drzN+sDqUgAxE0t+ciRk=";
};
x86_64-darwin = fetchurl {
url = "https://storage.googleapis.com/antigravity-public/antigravity-cli/${wholeVersion}/darwin-x64/cli_mac_x64.tar.gz";
hash = "sha256-SECE7bAd0VneVeAvBs14Ortkcqg8CJy9xcq3ZnuqfKY=";
hash = "sha256-yr3P7MEynP0M8dhKQftuGClpg5UZ2es7MTQLMeRp4GI=";
};
};
in