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

Commit aab1765

Browse files
committed
Update to Cursor v0.41
1 parent d949de1 commit aab1765

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

flake.nix

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
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.40";
22+
cursorVersion = "0.41.0";
2323
# This is the VS Code version that Cursor was built on.
2424
vscodeVersion = "1.91.1";
2525

2626
cursorSrc = pkgs.appimageTools.extractType2 {
2727
name = "cursor-appimage";
2828
src = pkgs.fetchurl {
29-
url = "https://dl.todesktop.com/230313mzl4w4u92/linux/appimage/x64";
30-
sha256 = "sha256-ZURE8UoLPw+Qo1e4xuwXgc+JSwGrgb/6nfIGXMacmSg=";
29+
url = "https://dl.todesktop.com/230313mzl4w4u92/versions/${cursorVersion}/linux/appImage/x64";
30+
sha256 = "sha256-TpxtlaNUKMZErsLEtoz6nBf5szXLzXNhLF/jtay5ZeM=";
3131
};
3232
};
3333
vscodeLinuxArm64 = builtins.fetchTarball {
@@ -127,6 +127,8 @@
127127
'';
128128

129129
cursor = {
130+
unpacked = cursorSrc;
131+
130132
linux = {
131133
arm64 = buildCursorPrepackaged {
132134
vscodeFiles = vscodeLinuxArm64;

0 commit comments

Comments
 (0)