Merge pull request #318813 from Raroh73/update/vscode-extensions.continue.continue

vscode-extensions.continue.continue: 0.8.25 -> 0.8.40
This commit is contained in:
superherointj
2024-06-17 08:22:54 -03:00
committed by GitHub
@@ -964,26 +964,26 @@ let
sources = {
"x86_64-linux" = {
arch = "linux-x64";
hash = "sha256-GQH+KKteWbCz18AlTWjLWrVpPRxumi+iDPS5n+5xy/0=";
hash = "sha256-ZlbPRFQwvZNCp8K/rbHqVa3coXa2dT4nOrNChC9naC8=";
};
"x86_64-darwin" = {
arch = "darwin-x64";
hash = "sha256-xBwuAtvRdOgYkfxP0JaxhAQZx5AJWymDVQ50piTx608=";
hash = "sha256-hSRdvno8VZNi48rckaqWbAgDXT6RXEcPnkNOT8DV1wA=";
};
"aarch64-linux" = {
arch = "linux-arm64";
hash = "sha256-oLLKnNZ+E06PbUrhj5Y0HOdHhUs/fXd+3lZXX/P2C10=";
hash = "sha256-rimE7dKT6zajHo6E42z7IyfP35xBXThIwMHhZjaZwHk=";
};
"aarch64-darwin" = {
arch = "darwin-arm64";
hash = "sha256-nWuyqOIELp8MrjzCFH3yu4pWm5KsNxmx3eacgStWKG0=";
hash = "sha256-7TeUAZLiEnqi5i5nHLhtv5aMxIcw7iiABOAkwP1YYqM=";
};
};
in
{
name = "continue";
publisher = "Continue";
version = "0.8.25";
version = "0.8.40";
}
// sources.${stdenv.system};
nativeBuildInputs = lib.optionals stdenv.isLinux [ autoPatchelfHook ];