Loading pkgs/applications/editors/vscode/extensions/kilocode.kilo-code/default.nix +5 −5 Original line number Diff line number Diff line Loading @@ -12,26 +12,26 @@ vscode-utils.buildVscodeMarketplaceExtension { sources = { "x86_64-linux" = { arch = "linux-x64"; hash = "sha256-tG2PUESSzOs5jEPD7Wgtee832pOTOLkxxV/FP7Md6k8="; hash = "sha256-XeNdr1nWK4aYTBEgAu3hXotmrDJ31ocg+w4870TuEGA="; }; "x86_64-darwin" = { arch = "darwin-x64"; hash = "sha256-CqgMcb03eA+orz0rmKoSi5qtQXAN/MzrmogGQGV2yzw="; hash = "sha256-yC8fBgj8lHR3y7OWUshWYNpn6fgp2SeKLv9WXxhVP0A="; }; "aarch64-linux" = { arch = "linux-arm64"; hash = "sha256-kDv8t9COz8sWRH9FlrhrDC9UqGBXD7F0IMaWCbZYwBk="; hash = "sha256-O/SoqC0pNnbNdXylAj0rlKyr7qaJNivw6xhecKFk7JU="; }; "aarch64-darwin" = { arch = "darwin-arm64"; hash = "sha256-S27qkOYs3arqa68raX+0itOywnlQZAIjxD93GCEjKhs="; hash = "sha256-pwdTllSB4IXDoyFuo2XxZjkS8lnIjp7AwgggBkjv3Y0="; }; }; in { publisher = "kilocode"; name = "Kilo-Code"; version = "7.0.51"; version = "7.1.22"; } // sources.${stdenv.hostPlatform.system} or (throw "Unsupported system ${stdenv.hostPlatform.system}"); Loading Loading
pkgs/applications/editors/vscode/extensions/kilocode.kilo-code/default.nix +5 −5 Original line number Diff line number Diff line Loading @@ -12,26 +12,26 @@ vscode-utils.buildVscodeMarketplaceExtension { sources = { "x86_64-linux" = { arch = "linux-x64"; hash = "sha256-tG2PUESSzOs5jEPD7Wgtee832pOTOLkxxV/FP7Md6k8="; hash = "sha256-XeNdr1nWK4aYTBEgAu3hXotmrDJ31ocg+w4870TuEGA="; }; "x86_64-darwin" = { arch = "darwin-x64"; hash = "sha256-CqgMcb03eA+orz0rmKoSi5qtQXAN/MzrmogGQGV2yzw="; hash = "sha256-yC8fBgj8lHR3y7OWUshWYNpn6fgp2SeKLv9WXxhVP0A="; }; "aarch64-linux" = { arch = "linux-arm64"; hash = "sha256-kDv8t9COz8sWRH9FlrhrDC9UqGBXD7F0IMaWCbZYwBk="; hash = "sha256-O/SoqC0pNnbNdXylAj0rlKyr7qaJNivw6xhecKFk7JU="; }; "aarch64-darwin" = { arch = "darwin-arm64"; hash = "sha256-S27qkOYs3arqa68raX+0itOywnlQZAIjxD93GCEjKhs="; hash = "sha256-pwdTllSB4IXDoyFuo2XxZjkS8lnIjp7AwgggBkjv3Y0="; }; }; in { publisher = "kilocode"; name = "Kilo-Code"; version = "7.0.51"; version = "7.1.22"; } // sources.${stdenv.hostPlatform.system} or (throw "Unsupported system ${stdenv.hostPlatform.system}"); Loading