From fffd30abec2e158c4847a12f428e4486d5d58823 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 25 Nov 2025 12:49:22 +0000 Subject: [PATCH] Update Cursor to version 2.1.32 --- flake.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index ba0363d..72fa76d 100644 --- a/flake.nix +++ b/flake.nix @@ -106,9 +106,9 @@ packages.${system} = { default = self.packages.${system}.cursor; cursor = buildCursor { - version = "2.1.26"; - url = "https://downloads.cursor.com/production/f628a4761be40b8869ca61a6189cafd14756dff4/linux/x64/Cursor-2.1.26-x86_64.AppImage"; - sha256 = "04f48skx2r8ypmcgypp0jgk277c9wl7qrkh0f0rklzfmd20ynjwn"; # Will be updated by GitHub Actions + version = "2.1.32"; + url = "https://downloads.cursor.com/production/ef979b1b43d85eee2a274c25fd62d5502006e425/linux/x64/Cursor-2.1.32-x86_64.AppImage"; + sha256 = "03g2j44ynqjncj5qqdmgii4llzw9pqz4gk130giwjkwsk9mx98h8"; # Will be updated by GitHub Actions }; };