From a740fadc5c8c49b3eb248d53330ccb285d0f1a5a Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 6 Apr 2026 23:49:02 +0000 Subject: [PATCH] vscode-extensions.kilocode.kilo-code: 7.0.51 -> 7.1.22 --- .../vscode/extensions/kilocode.kilo-code/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkgs/applications/editors/vscode/extensions/kilocode.kilo-code/default.nix b/pkgs/applications/editors/vscode/extensions/kilocode.kilo-code/default.nix index 91c93f589e79..8c571633e6c3 100644 --- a/pkgs/applications/editors/vscode/extensions/kilocode.kilo-code/default.nix +++ b/pkgs/applications/editors/vscode/extensions/kilocode.kilo-code/default.nix @@ -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}");