From 635dc5ea19a7e8a45f082d22d0f1a64fb8609cfb Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 18 Oct 2025 12:37:15 +0000 Subject: [PATCH] Update Cursor to latest version --- flake.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 7c62732..03d450a 100644 --- a/flake.nix +++ b/flake.nix @@ -106,9 +106,9 @@ packages.${system} = { default = self.packages.${system}.cursor; cursor = buildCursor { - version = "1.7.46"; - url = "https://downloads.cursor.com/production/b9e5948c1ad20443a5cecba6b84a3c9b99d62582/linux/x64/Cursor-1.7.46-x86_64.AppImage"; - sha256 = "0cv4ryqark9kcmrs8cgr48z23mc5ch0ws1xy23dvx0lsh1jq6cjw"; # Will be updated by GitHub Actions + version = "1.7.52"; + url = "https://downloads.cursor.com/production/9675251a06b1314d50ff34b0cbe5109b78f848cd/linux/x64/Cursor-1.7.52-x86_64.AppImage"; + sha256 = "0d56c6h8fd6bdywkpxhz769jkw0x0sg5141805p6zzirf5sw644y"; # Will be updated by GitHub Actions }; };