From 99c9056a3a12d569d8b46dbb8aade69e62ea0e02 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 5 Dec 2025 12:44:30 +0000 Subject: [PATCH] Update Cursor to version 2.1.48 --- flake.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 4959d78..3834c96 100644 --- a/flake.nix +++ b/flake.nix @@ -106,9 +106,9 @@ packages.${system} = { default = self.packages.${system}.cursor; cursor = buildCursor { - version = "2.1.47"; - url = "https://downloads.cursor.com/production/2d3ce3499c15efd55b6b8538ea255eb7ba4266b2/linux/x64/Cursor-2.1.47-x86_64.AppImage"; - sha256 = "1nnj6h841l03s9in3gmqhs28ddvshx0103715zfv9ikpvimayfzy"; # Will be updated by GitHub Actions + version = "2.1.48"; + url = "https://downloads.cursor.com/production/ce371ffbf5e240ca47f4b5f3f20efed084991120/linux/x64/Cursor-2.1.48-x86_64.AppImage"; + sha256 = "00nvx05im4s4fm1kxc3f5wl3hm3qxnb9r3gnm21ir5bkjrjvbbjj"; # Will be updated by GitHub Actions }; };