From 9ef40d552986525a5fbd356c7c854476ade21256 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Sun, 16 Nov 2025 20:26:17 +0800 Subject: [PATCH] feat: update cursor --- home/linux/gui/editors/default.nix | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/home/linux/gui/editors/default.nix b/home/linux/gui/editors/default.nix index c9ca073c..bd7255d2 100644 --- a/home/linux/gui/editors/default.nix +++ b/home/linux/gui/editors/default.nix @@ -4,23 +4,21 @@ zed-editor (code-cursor.overrideAttrs (oldAttrs: rec { pname = "cursor"; - version = "2.0.43"; + version = "2.0.77"; src = appimageTools.extract { inherit pname version; src = let sources = { x86_64-linux = fetchurl { - # 2.0.43 # curl -s https://api2.cursor.sh/updates/api/download/stable/linux-x64/cursor | jq - url = "https://downloads.cursor.com/production/8e4da76ad196925accaa169efcae28c45454cce3/linux/x64/Cursor-2.0.43-x86_64.AppImage"; - hash = "sha256-ok+7uBlI9d3a5R5FvMaWlbPM6tX2eCse7jZ7bmlPExY="; + url = "https://downloads.cursor.com/production/ba90f2f88e4911312761abab9492c42442117cfe/linux/x64/Cursor-2.0.77-x86_64.AppImage"; + hash = ""; }; aarch64-linux = fetchurl { - # 1.7.52 # curl -s https://api2.cursor.sh/updates/api/download/stable/linux-arm64/cursor | jq - url = "https://downloads.cursor.com/production/9675251a06b1314d50ff34b0cbe5109b78f848cd/linux/arm64/Cursor-1.7.52-aarch64.AppImage"; - hash = "sha256-96zL0pmcrEyDEy8oW2qWk6RM8XGE4Gd2Aa3Hhq0qvk0="; + url = "https://downloads.cursor.com/production/ba90f2f88e4911312761abab9492c42442117cfe/linux/arm64/Cursor-2.0.77-aarch64.AppImage"; + hash = ""; }; }; in