Update Cursor to version 3.0.12

This commit is contained in:
Gitea Action
2026-04-04 12:03:02 +00:00
parent 5fcb23980f
commit efee77baf4
+5 -5
View File
@@ -11,15 +11,15 @@
systems = [ "x86_64-linux" "aarch64-linux" ];
# BEGIN managed by ./update-cursor.sh
version = "3.0.9";
version = "3.0.12";
sources = {
x86_64-linux = {
url = "https://downloads.cursor.com/production/93e276db8a03af947eafb2d10241e2de17806c29/linux/x64/Cursor-3.0.9-x86_64.AppImage";
sha256 = "1f13ksn5gg9a7ymbcxifn6w0b43mgl9x60p7ipi2hl9syyxkr0vb";
url = "https://downloads.cursor.com/production/a80ff7dfcaa45d7750f6e30be457261379c29b06/linux/x64/Cursor-3.0.12-x86_64.AppImage";
sha256 = "0v6rzgahn3vbrh8pmf7s1njiqvvgf70f57zi6k5nk3d9508mrna9";
};
aarch64-linux = {
url = "https://downloads.cursor.com/production/93e276db8a03af947eafb2d10241e2de17806c29/linux/arm64/Cursor-3.0.9-aarch64.AppImage";
sha256 = "1q5fsphx9fzc0xah40bphhjh6zi5dbaffgarbq74056glmpwjy3i";
url = "https://downloads.cursor.com/production/a80ff7dfcaa45d7750f6e30be457261379c29b06/linux/arm64/Cursor-3.0.12-aarch64.AppImage";
sha256 = "1rrlprb9k6ijldmfqkgk0vc4ng5pzrlqilqfnwz8sqwgdn826kgr";
};
};
# END managed by ./update-cursor.sh