Update Cursor to version 2.1.20

This commit is contained in:
GitHub Action
2025-11-23 12:37:15 +00:00
parent 9d918a3b61
commit 96166feb9f
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.19";
url = "https://downloads.cursor.com/production/39a966b4048ef6b8024b27d4812a50d88de29cc3/linux/x64/Cursor-2.1.19-x86_64.AppImage";
sha256 = "0ypnfv15ywglq2aa6lqzy0psya3f5nxkd2h8pk7747s4v0b57dms"; # Will be updated by GitHub Actions
version = "2.1.20";
url = "https://downloads.cursor.com/production/a8d8905b06c8da1739af6f789efd59c28ac2a680/linux/x64/Cursor-2.1.20-x86_64.AppImage";
sha256 = "180xf2mx49vlkxzmavv49jrgfsxzvw4m4rz9876g4p350864mzjp"; # Will be updated by GitHub Actions
};
};