Loading pkgs/applications/editors/vscode/extensions/continue.continue/default.nix +5 −5 Original line number Diff line number Diff line Loading @@ -11,26 +11,26 @@ vscode-utils.buildVscodeMarketplaceExtension { sources = { "x86_64-linux" = { arch = "linux-x64"; hash = "sha256-xk2maMEa07yFPbLiDGc9N6AbzxjTyfVNy/k7wWSMOHE="; hash = "sha256-Ti/gMp0VFLwuvRlgUSQFP3WTDEhoXJZj5ebYiuIFmN0="; }; "x86_64-darwin" = { arch = "darwin-x64"; hash = "sha256-vcN419nPIrFOT8EaznFzThst6exfMGRrcmxyuQttxXg="; hash = "sha256-I2DgC3r3okpzx5QvGY/b5DNrUThBD4kGRM93QT1A6RM="; }; "aarch64-linux" = { arch = "linux-arm64"; hash = "sha256-WoBfg35mGTIA8YZEk67iYNinF+Q/XEatiVr6x1HdvBk="; hash = "sha256-Hkf5QMp0Gi0eXhENZD8J8SEST4EDcefdMaF2/HZeBp8="; }; "aarch64-darwin" = { arch = "darwin-arm64"; hash = "sha256-e75eRgs0FTBnwFbH1vFxFc+aLK+O9TdxgXbV5YnsQLE="; hash = "sha256-evTcY9wXvvoHKeVmueBfOXCMb3dsQioQc/cmXON2D7M="; }; }; in { name = "continue"; publisher = "Continue"; version = "1.2.2"; version = "1.2.4"; } // sources.${stdenv.system} or (throw "Unsupported system: ${stdenv.system}"); nativeBuildInputs = lib.optionals stdenv.hostPlatform.isLinux [ autoPatchelfHook ]; Loading Loading
pkgs/applications/editors/vscode/extensions/continue.continue/default.nix +5 −5 Original line number Diff line number Diff line Loading @@ -11,26 +11,26 @@ vscode-utils.buildVscodeMarketplaceExtension { sources = { "x86_64-linux" = { arch = "linux-x64"; hash = "sha256-xk2maMEa07yFPbLiDGc9N6AbzxjTyfVNy/k7wWSMOHE="; hash = "sha256-Ti/gMp0VFLwuvRlgUSQFP3WTDEhoXJZj5ebYiuIFmN0="; }; "x86_64-darwin" = { arch = "darwin-x64"; hash = "sha256-vcN419nPIrFOT8EaznFzThst6exfMGRrcmxyuQttxXg="; hash = "sha256-I2DgC3r3okpzx5QvGY/b5DNrUThBD4kGRM93QT1A6RM="; }; "aarch64-linux" = { arch = "linux-arm64"; hash = "sha256-WoBfg35mGTIA8YZEk67iYNinF+Q/XEatiVr6x1HdvBk="; hash = "sha256-Hkf5QMp0Gi0eXhENZD8J8SEST4EDcefdMaF2/HZeBp8="; }; "aarch64-darwin" = { arch = "darwin-arm64"; hash = "sha256-e75eRgs0FTBnwFbH1vFxFc+aLK+O9TdxgXbV5YnsQLE="; hash = "sha256-evTcY9wXvvoHKeVmueBfOXCMb3dsQioQc/cmXON2D7M="; }; }; in { name = "continue"; publisher = "Continue"; version = "1.2.2"; version = "1.2.4"; } // sources.${stdenv.system} or (throw "Unsupported system: ${stdenv.system}"); nativeBuildInputs = lib.optionals stdenv.hostPlatform.isLinux [ autoPatchelfHook ]; Loading