Skip to content
This repository was archived by the owner on Dec 2, 2025. It is now read-only.

Commit 262132f

Browse files
committed
Update to Cursor v0.42.2
1 parent 3c75f87 commit 262132f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

flake.nix

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,29 +19,29 @@
1919
# It's difficult to find pinned versions of Cursor.
2020
# The latest version and download URL were found here:
2121
# https://changelog.cursor.sh/
22-
cursorVersion = "0.41.0";
22+
cursorVersion = "0.42.2";
2323
# This is the VS Code version that Cursor was built on.
24-
vscodeVersion = "1.91.1";
24+
vscodeVersion = "1.93.1";
2525

2626
cursorSrc = pkgs.appimageTools.extractType2 {
2727
name = "cursor-appimage";
2828
src = pkgs.fetchurl {
2929
url = "https://dl.todesktop.com/230313mzl4w4u92/versions/${cursorVersion}/linux/appImage/x64";
30-
sha256 = "sha256-TpxtlaNUKMZErsLEtoz6nBf5szXLzXNhLF/jtay5ZeM=";
30+
sha256 = "sha256-HDZ8i/86qZOqrsBcMbgeXGtZ5hmQfeDCqv9scBT1fak=";
3131
};
3232
};
3333
vscodeLinuxArm64 = builtins.fetchTarball {
3434
url = "https://update.code.visualstudio.com/${vscodeVersion}/linux-arm64/stable";
35-
sha256 = "sha256:1rpd014rw7ccaq7vysdbf3crkmlb9gxdkdpvzghn1jcgvqd99880";
35+
sha256 = "sha256:041bkfbrf1nxq1fr9745h70ky8i3jby8kgihpaf5pwp5cbvzbsnw";
3636
};
3737
vscodeLinuxArm32 = builtins.fetchTarball {
3838
url = "https://update.code.visualstudio.com/${vscodeVersion}/linux-armhf/stable";
39-
sha256 = "sha256:0a5lygf6b7m8pj5h20dzif52radf41g3hazx4zhky370gq3xrgwd";
39+
sha256 = "sha256:19lv6jk54zq8j9khb9ds819jc7x7izvamgkg7sqhaq891kjvvv4a";
4040
};
4141
vscodeWindowsArm64 = pkgs.fetchzip {
4242
stripRoot = false;
4343
url = "https://update.code.visualstudio.com/${vscodeVersion}/win32-arm64-archive/stable#file.zip";
44-
sha256 = "sha256-2pAXxDyDOazfOndQzydQCzXXBHCwQ5tgrs4RyCqcslw=";
44+
sha256 = "sha256-vxTGt1qT/bxwb5DXPMxUBrFPuP5xnqXEYWkQMrKEeXI=";
4545
};
4646

4747
# Copies Cursor-specific resources into the VS Code package.

0 commit comments

Comments
 (0)