Update Cursor to version 2.1.49

This commit is contained in:
GitHub Action
2025-12-06 12:40:22 +00:00
parent 99c9056a3a
commit 05f07ecb9f
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -106,9 +106,9 @@
packages.${system} = {
default = self.packages.${system}.cursor;
cursor = buildCursor {
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
version = "2.1.49";
url = "https://downloads.cursor.com/production/21a2ed198584d56a91c0b996d1a09c93f8538440/linux/x64/Cursor-2.1.49-x86_64.AppImage";
sha256 = "1inxycsqyxvllcc0pdyy72b85s9ai3wbmyrgzn8s9cnvz3nibbm3"; # Will be updated by GitHub Actions
};
};