Update Cursor to version 3.9.16

This commit is contained in:
Gitea Action
2026-06-28 12:05:59 +00:00
parent b866e6bc79
commit efddb4b72c
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 = "3.9.8";
version = "3.9.16";
sources = {
x86_64-linux = {
url = "https://downloads.cursor.com/production/4aa8ff1b7877ed7bd01bcba308698f71a6735380/linux/x64/Cursor-3.9.8-x86_64.AppImage";
sha256 = "18yf2bbwh6xrlkqc2pllfdmqs50dm5li86rc1k42rryn1aiqbk65";
url = "https://downloads.cursor.com/production/042b3c1a4c53f2c3808067f519fbfc67b72cad8b/linux/x64/Cursor-3.9.16-x86_64.AppImage";
sha256 = "083ksj0mvhz759zmq3z1gjaa21caf6vbqqw5zlmb0a4zgr4srjm6";
};
aarch64-linux = {
url = "https://downloads.cursor.com/production/4aa8ff1b7877ed7bd01bcba308698f71a6735380/linux/arm64/Cursor-3.9.8-aarch64.AppImage";
sha256 = "1qbxa2y9lwz4ankiv19sbilla06srqbn6vcf9xcw7dv4yaylq536";
url = "https://downloads.cursor.com/production/042b3c1a4c53f2c3808067f519fbfc67b72cad8b/linux/arm64/Cursor-3.9.16-aarch64.AppImage";
sha256 = "0sf40iafshgl594ib2baqqyzvxhqc6g0am312dy8b7rf5ay9dg78";
};
};
# END managed by ./update-cursor.sh