|
19 | 19 | # It's difficult to find pinned versions of Cursor. |
20 | 20 | # The latest version and download URL were found here: |
21 | 21 | # https://changelog.cursor.sh/ |
22 | | - cursorVersion = "0.41.0"; |
| 22 | + cursorVersion = "0.42.2"; |
23 | 23 | # This is the VS Code version that Cursor was built on. |
24 | | - vscodeVersion = "1.91.1"; |
| 24 | + vscodeVersion = "1.93.1"; |
25 | 25 |
|
26 | 26 | cursorSrc = pkgs.appimageTools.extractType2 { |
27 | 27 | name = "cursor-appimage"; |
28 | 28 | src = pkgs.fetchurl { |
29 | 29 | url = "https://dl.todesktop.com/230313mzl4w4u92/versions/${cursorVersion}/linux/appImage/x64"; |
30 | | - sha256 = "sha256-TpxtlaNUKMZErsLEtoz6nBf5szXLzXNhLF/jtay5ZeM="; |
| 30 | + sha256 = "sha256-HDZ8i/86qZOqrsBcMbgeXGtZ5hmQfeDCqv9scBT1fak="; |
31 | 31 | }; |
32 | 32 | }; |
33 | 33 | vscodeLinuxArm64 = builtins.fetchTarball { |
34 | 34 | url = "https://update.code.visualstudio.com/${vscodeVersion}/linux-arm64/stable"; |
35 | | - sha256 = "sha256:1rpd014rw7ccaq7vysdbf3crkmlb9gxdkdpvzghn1jcgvqd99880"; |
| 35 | + sha256 = "sha256:041bkfbrf1nxq1fr9745h70ky8i3jby8kgihpaf5pwp5cbvzbsnw"; |
36 | 36 | }; |
37 | 37 | vscodeLinuxArm32 = builtins.fetchTarball { |
38 | 38 | url = "https://update.code.visualstudio.com/${vscodeVersion}/linux-armhf/stable"; |
39 | | - sha256 = "sha256:0a5lygf6b7m8pj5h20dzif52radf41g3hazx4zhky370gq3xrgwd"; |
| 39 | + sha256 = "sha256:19lv6jk54zq8j9khb9ds819jc7x7izvamgkg7sqhaq891kjvvv4a"; |
40 | 40 | }; |
41 | 41 | vscodeWindowsArm64 = pkgs.fetchzip { |
42 | 42 | stripRoot = false; |
43 | 43 | url = "https://update.code.visualstudio.com/${vscodeVersion}/win32-arm64-archive/stable#file.zip"; |
44 | | - sha256 = "sha256-2pAXxDyDOazfOndQzydQCzXXBHCwQ5tgrs4RyCqcslw="; |
| 44 | + sha256 = "sha256-vxTGt1qT/bxwb5DXPMxUBrFPuP5xnqXEYWkQMrKEeXI="; |
45 | 45 | }; |
46 | 46 |
|
47 | 47 | # Copies Cursor-specific resources into the VS Code package. |
|
0 commit comments