Update Cursor to version 3.11.13

This commit is contained in:
Gitea Action
2026-07-11 12:05:10 +00:00
parent 35164f60f6
commit 8e9f4b0bd0
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.10.20";
version = "3.11.13";
sources = {
x86_64-linux = {
url = "https://downloads.cursor.com/production/23b9fb205fe595ea2be29da7214e19762d037fc3/linux/x64/Cursor-3.10.20-x86_64.AppImage";
sha256 = "1yzndkdzi8cdb6r9qrsscmsj0y7qrz35fqf5czxf2xv2vndrxcwr";
url = "https://downloads.cursor.com/production/3f21b08f0b436a07be29fbfe00b304fa15553353/linux/x64/Cursor-3.11.13-x86_64.AppImage";
sha256 = "1n0vlqkymw7mfpwr1mz1qrc72dj5a882n320vs5ph7dvcy05fw1i";
};
aarch64-linux = {
url = "https://downloads.cursor.com/production/23b9fb205fe595ea2be29da7214e19762d037fc3/linux/arm64/Cursor-3.10.20-aarch64.AppImage";
sha256 = "0bbjy9r958f495cwwknq1cm6gwpk4gpwh7mp48cz66ilrj0cr5m7";
url = "https://downloads.cursor.com/production/3f21b08f0b436a07be29fbfe00b304fa15553353/linux/arm64/Cursor-3.11.13-aarch64.AppImage";
sha256 = "0vp9npd8ym2z9qsqw6ifgrw7wsk4dfnafmmnc8pymkg32lbxja2h";
};
};
# END managed by ./update-cursor.sh