From a143c3e7cee2a11f105ebe78de849e28a25e4839 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 27 Nov 2025 12:44:40 +0000 Subject: [PATCH] Update Cursor to version 2.1.39 --- flake.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 49f14b0..4cce49a 100644 --- a/flake.nix +++ b/flake.nix @@ -106,9 +106,9 @@ packages.${system} = { default = self.packages.${system}.cursor; cursor = buildCursor { - version = "2.1.36"; - url = "https://downloads.cursor.com/production/9cd7c8b6cebcbccc1242df211dee45a4b6fe15e4/linux/x64/Cursor-2.1.36-x86_64.AppImage"; - sha256 = "0464kxcbpdr6z1crbnndr254f83hkahybriy3q1aa0c13m26pak9"; # Will be updated by GitHub Actions + version = "2.1.39"; + url = "https://downloads.cursor.com/production/60d42bed27e5775c43ec0428d8c653c49e58e26a/linux/x64/Cursor-2.1.39-x86_64.AppImage"; + sha256 = "06h2w9qfsnnp2qi3bacfdxb96z2l38f95ckssjkk60xzr9ds3hja"; # Will be updated by GitHub Actions }; };