Update Cursor to version 2.1.48

This commit is contained in:
GitHub Action
2025-12-05 12:44:30 +00:00
parent dfbd4b4b0d
commit 99c9056a3a
+3 -3
View File
@@ -106,9 +106,9 @@
packages.${system} = { packages.${system} = {
default = self.packages.${system}.cursor; default = self.packages.${system}.cursor;
cursor = buildCursor { cursor = buildCursor {
version = "2.1.47"; version = "2.1.48";
url = "https://downloads.cursor.com/production/2d3ce3499c15efd55b6b8538ea255eb7ba4266b2/linux/x64/Cursor-2.1.47-x86_64.AppImage"; url = "https://downloads.cursor.com/production/ce371ffbf5e240ca47f4b5f3f20efed084991120/linux/x64/Cursor-2.1.48-x86_64.AppImage";
sha256 = "1nnj6h841l03s9in3gmqhs28ddvshx0103715zfv9ikpvimayfzy"; # Will be updated by GitHub Actions sha256 = "00nvx05im4s4fm1kxc3f5wl3hm3qxnb9r3gnm21ir5bkjrjvbbjj"; # Will be updated by GitHub Actions
}; };
}; };