Update Cursor to version 2.6.21

This commit is contained in:
Gitea Action
2026-03-24 12:04:05 +00:00
parent cdf4d29b82
commit 83fb19a7dd
2 changed files with 8 additions and 8 deletions
+5 -5
View File
@@ -11,15 +11,15 @@
systems = [ "x86_64-linux" "aarch64-linux" ];
# BEGIN managed by ./update-cursor.sh
version = "2.6.20";
version = "2.6.21";
sources = {
x86_64-linux = {
url = "https://downloads.cursor.com/production/b29eb4ee5f9f6d1cb2afbc09070198d3ea6ad76f/linux/x64/Cursor-2.6.20-x86_64.AppImage";
sha256 = "1v6bi9xsrbwbd0mwmik68r0csdlwdc6vgfm92nhna9sxf4vc6jvw";
url = "https://downloads.cursor.com/production/fea2f546c979a0a4ad1deab23552a43568807592/linux/x64/Cursor-2.6.21-x86_64.AppImage";
sha256 = "09ams0ah3b94sg9cwv91d9j7zagj3kcjy2fdd779fyqxddal1236";
};
aarch64-linux = {
url = "https://downloads.cursor.com/production/b29eb4ee5f9f6d1cb2afbc09070198d3ea6ad76f/linux/arm64/Cursor-2.6.20-aarch64.AppImage";
sha256 = "0a66qbmkraz6xhlzw5fxp41mh9lybmwspfpmz76v4rkhzls8yj28";
url = "https://downloads.cursor.com/production/fea2f546c979a0a4ad1deab23552a43568807592/linux/arm64/Cursor-2.6.21-aarch64.AppImage";
sha256 = "1fybk8ch5yp9dffzh3claykwadynm74p6mkyin802pwyq08rcn2k";
};
};
# END managed by ./update-cursor.sh