Update Cursor to version 2.2.36

This commit is contained in:
GitHub Action
2025-12-18 13:45:11 +00:00
parent f053f87b04
commit a61a93626f
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.2.20";
url = "https://downloads.cursor.com/production/b3573281c4775bfc6bba466bf6563d3d498d1074/linux/x64/Cursor-2.2.20-x86_64.AppImage";
sha256 = "1g8a34dvzksfkcyvsj060pwmlhrq97lvmbcdm5dj9v4glqnkd3km"; # Will be updated by GitHub Actions
version = "2.2.36";
url = "https://downloads.cursor.com/production/55c9bc11e99cedd1fb93fbb7996abf779c58315f/linux/x64/Cursor-2.2.36-x86_64.AppImage";
sha256 = "1fncqxmaq014cq3g0ff1w0qi9g5i3z9i3jf7vkfm6bg5qhjwk8xp"; # Will be updated by GitHub Actions
};
};