vscode-extensions.continue.continue: 1.1.11 -> 1.1.49 (#422536)

This commit is contained in:
Pol Dellaiera 2025-07-08 19:17:48 +02:00 committed by GitHub
commit d7f3994209
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1094,26 +1094,26 @@ let
sources = {
"x86_64-linux" = {
arch = "linux-x64";
hash = "sha256-1swpgwNLCMWjzDYziXuvvPv8cox2+8ZaYR4fUDoHRkY=";
hash = "sha256-mm7/ITiXuSrFrAwRPVYYJ6l5b4ODyiCPv5H+WioDAWY=";
};
"x86_64-darwin" = {
arch = "darwin-x64";
hash = "sha256-uBSd/6Z2689n0vExoeaEwodLjjeBULo/RaGu8cGgvsQ=";
hash = "sha256-ySFiSJ+6AgxECzekBIlPl2BhWJvt5Rf1DFqg6b/6PDs=";
};
"aarch64-linux" = {
arch = "linux-arm64";
hash = "sha256-WdSKNC2DjR3n9VVJh5OBasmVq/sIXiWFajhniSwxPuw=";
hash = "sha256-zqvhlA9APWtJowCOceB52HsfU3PaAWciZWxY/QcOYgg=";
};
"aarch64-darwin" = {
arch = "darwin-arm64";
hash = "sha256-cwTUoVai9N2v5VmfYIKC+w8jYLcQhHGK5TLqxOBr05Q=";
hash = "sha256-CjzAntSjbYlauVptCnqE/HpwdudoGaTMML6Fyzj48pU=";
};
};
in
{
name = "continue";
publisher = "Continue";
version = "1.1.11";
version = "1.1.49";
}
// sources.${stdenv.system};
nativeBuildInputs = lib.optionals stdenv.hostPlatform.isLinux [ autoPatchelfHook ];