Update Cursor to version 3.0.9

This commit is contained in:
Gitea Action
2026-04-03 12:04:00 +00:00
parent 121a6b191e
commit 5fcb23980f
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.22";
version = "3.0.9";
sources = {
x86_64-linux = {
url = "https://downloads.cursor.com/production/c6285feaba0ad62603f7c22e72f0a170dc8415a5/linux/x64/Cursor-2.6.22-x86_64.AppImage";
sha256 = "0242y0ln7fiy3mbl4ksqwmffs2r2dac0q3sxr0xry8h7j83dfqxf";
url = "https://downloads.cursor.com/production/93e276db8a03af947eafb2d10241e2de17806c29/linux/x64/Cursor-3.0.9-x86_64.AppImage";
sha256 = "1f13ksn5gg9a7ymbcxifn6w0b43mgl9x60p7ipi2hl9syyxkr0vb";
};
aarch64-linux = {
url = "https://downloads.cursor.com/production/c6285feaba0ad62603f7c22e72f0a170dc8415a5/linux/arm64/Cursor-2.6.22-aarch64.AppImage";
sha256 = "0l8jyzask2k5a4xdcz7h5vj9f4rz39b51142akfhkx6s7j0fdich";
url = "https://downloads.cursor.com/production/93e276db8a03af947eafb2d10241e2de17806c29/linux/arm64/Cursor-3.0.9-aarch64.AppImage";
sha256 = "1q5fsphx9fzc0xah40bphhjh6zi5dbaffgarbq74056glmpwjy3i";
};
};
# END managed by ./update-cursor.sh